WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
LogEvent Method (catalog, number, severity, inserts)
NamespacesIBM.Broker.PluginNBLogLogEvent(String, Int64, NBSeverity, array<Object>[]()[][])
SUMMARY
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void LogEvent(
	string catalog,
	long number,
	NBSeverity severity,
	params Object[] inserts
)
Public Shared Sub LogEvent ( _
	catalog As String, _
	number As Long, _
	severity As NBSeverity, _
	ParamArray inserts As Object() _
)
public:
static void LogEvent(
	String^ catalog, 
	long long number, 
	NBSeverity severity, 
	... array<Object^>^ inserts
)
static member LogEvent : 
        catalog:string * 
        number:int64 * 
        severity:NBSeverity * 
        inserts:Object[] -> unit 
Parameters
catalog (String)
The message catalog.
number (Int64)
The message number.
severity (NBSeverity)
The message severity.
inserts (array<Object>[]()[][])
The message inserts.
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