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

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
)
Remarks

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