Logs an entry from the specified catalog with the given 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(
string catalog,
long number
)
public static void LogUserTrace(
string catalog,
long number
)
Public Shared Sub LogUserTrace (
catalog As String,
number As Long
)
Public Shared Sub LogUserTrace (
catalog As String,
number As Long
)
public:
static void LogUserTrace(
String^ catalog,
long long number
)
public:
static void LogUserTrace(
String^ catalog,
long long number
)
static member LogUserTrace :
catalog : string *
number : int64 -> unit
static member LogUserTrace :
catalog : string *
number : int64 -> unit
This method always writes to the user trace log, irrespective of the current trace level.