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