NBLog LogEvent Method IBM Integration Bus
Overload List

  NameDescription
Public methodStatic memberLogEvent(Int64)
Logs an event with the specified message number to the Event Log.
Public methodStatic memberLogEvent(Int64, NBSeverity)
Logs an event with the specified message number and severity to the Event Log.
Public methodStatic memberLogEvent(Int64,  Object )
Logs an event with the specified message number to the Event Log with the given inserts.
Public methodStatic memberLogEvent(String, Int64)
Logs an event from the specified catalog with the given message number to the Event Log.
Public methodStatic memberLogEvent(Int64, NBSeverity,  Object )
Logs an event with the specified message number and severity to the Event Log with the given inserts.
Public methodStatic memberLogEvent(String, Int64,  Object )
Logs an event from the specified catalog with the given message number to the Event Log with the provided inserts.
Public methodStatic memberLogEvent(String, Int64, NBSeverity,  Object )
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.
Back to Top
See Also