NBLog MembersIBM Integration Bus

The NBLog type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
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.
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.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyStatic memberUserTraceActive
Returns true if user tracing has been turned on.
Back to Top
See Also