WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBLog Class
NamespacesIBM.Broker.PluginNBLog
SUMMARY
NBLog represents logging functions and allows messages to be written to user trace and to the Event Log.
Declaration Syntax
C#Visual BasicVisual C++F#
public sealed class NBLog
Public NotInheritable Class NBLog
public ref class NBLog sealed
[<SealedAttribute>]
type NBLog =  class end
Members
All MembersMethodsProperties



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LogEvent(String, Int64, NBSeverity, array<Object>[]()[][])
Logs an event from the specified catalog with the given message number and severity to the Event Log with the provided inserts.

LogEvent(String, Int64, array<Object>[]()[][])
Logs an event from the specified catalog with the given message number to the Event Log with the provided inserts.

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

LogEvent(Int64, NBSeverity, array<Object>[]()[][])
Logs an event with the specified message number and severity to the Event Log with the given inserts.

LogEvent(Int64, array<Object>[]()[][])
Logs an event with the specified message number to the Event Log with the given inserts.

LogEvent(Int64, NBSeverity)
Logs an event with the specified message number and severity to the Event Log.

LogEvent(Int64)
Logs an event with the specified message number to the Event Log.

LogUserTrace(String, Int64, NBSeverity, array<Object>[]()[][])
Logs an entry from the specified catalog with the given message number and severity to the user trace log with the provided inserts.

LogUserTrace(String, Int64, array<Object>[]()[][])
Logs an entry from the specified catalog with the given message number to the user trace log with the provided inserts.

LogUserTrace(String, Int64)
Logs an entry from the specified catalog with the given message number to the user trace log.

LogUserTrace(Int64, NBSeverity, array<Object>[]()[][])
Logs an entry with the specified message number and severity to the user trace log with the given inserts.

LogUserTrace(Int64, array<Object>[]()[][])
Logs an entry with the specified message number to the user trace log with the given inserts.

LogUserTrace(Int64, NBSeverity)
Logs an entry with the specified message number and severity to the user trace log.

LogUserTrace(Int64)
Logs an entry with the specified message number to the user trace log.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserTraceActive
Returns true if user tracing has been turned on.

Inheritance Hierarchy
Object
NBLog

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0