NBLog LogUserTrace Method IBM Integration Bus
Overload List

  NameDescription
Public methodStatic memberLogUserTrace(Int64)
Logs an entry with the specified message number to the user trace log.
Public methodStatic memberLogUserTrace(Int64, NBSeverity)
Logs an entry with the specified message number and severity to the user trace log.
Public methodStatic memberLogUserTrace(Int64,  Object )
Logs an entry with the specified message number to the user trace log with the given inserts.
Public methodStatic memberLogUserTrace(String, Int64)
Logs an entry from the specified catalog with the given message number to the user trace log.
Public methodStatic memberLogUserTrace(Int64, NBSeverity,  Object )
Logs an entry with the specified message number and severity to the user trace log with the given inserts.
Public methodStatic memberLogUserTrace(String, Int64,  Object )
Logs an entry from the specified catalog with the given message number to the user trace log with the provided inserts.
Public methodStatic memberLogUserTrace(String, Int64, NBSeverity,  Object )
Logs an entry from the specified catalog with the given message number and severity to the user trace log with the provided inserts.
Back to Top
See Also