WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
LogEvent Method (number, severity)
NamespacesIBM.Broker.PluginNBLogLogEvent(Int64, NBSeverity)
SUMMARY
Logs an event with the specified message number and severity to the Event Log.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void LogEvent(
	long number,
	NBSeverity severity
)
Public Shared Sub LogEvent ( _
	number As Long, _
	severity As NBSeverity _
)
public:
static void LogEvent(
	long long number, 
	NBSeverity severity
)
static member LogEvent : 
        number:int64 * 
        severity:NBSeverity -> unit 
Parameters
number (Int64)
The message number.
severity (NBSeverity)
The message severity.
Remarks
This method always writes to the Event Log, irrespective of the current trace level.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0