WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
LogUserTrace Method (number)
NamespacesIBM.Broker.PluginNBLogLogUserTrace(Int64)
SUMMARY
Logs an entry with the specified message number to the user trace log.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void LogUserTrace(
	long number
)
Public Shared Sub LogUserTrace ( _
	number As Long _
)
public:
static void LogUserTrace(
	long long number
)
static member LogUserTrace : 
        number:int64 -> unit 
Parameters
number (Int64)
The message number.
Remarks
This method always writes to the user trace log, irrespective of the current trace level.

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