NBLog LogEvent Method (String, Int64, NBSeverity,  Object )IBM Integration Bus
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static void LogEvent(
	string catalog,
	long number,
	NBSeverity severity,
	params Object[] inserts
)

Parameters

catalog
Type: OnlineSystem String
The message catalog.
number
Type: OnlineSystem Int64
The message number.
severity
Type: IBM.Broker.Plugin NBSeverity
The message severity.
inserts
Type:  OnlineSystem Object 
The message inserts.
Remarks

This method always writes to the Event Log, irrespective of the current trace level.
See Also