Logs an entry with the specified message number to the user trace log.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static void LogUserTrace(
long number
)
public static void LogUserTrace(
long number
)
Public Shared Sub LogUserTrace (
number As Long
)
Public Shared Sub LogUserTrace (
number As Long
)
public:
static void LogUserTrace(
long long number
)
public:
static void LogUserTrace(
long long number
)
static member LogUserTrace :
number : int64 -> unit
static member LogUserTrace :
number : int64 -> unit
This method always writes to the user trace log, irrespective of the current trace level.