NBLog LogEvent Method (Int64, NBSeverity)IBM Integration Bus
Logs an event with the specified message number and severity 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(
	long number,
	NBSeverity severity
)
Remarks

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