SUMMARY
Logs an entry from the specified catalog with the given message number to the user trace log with the provided inserts.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
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() _
)
static member LogUserTrace :
catalog:string *
number:int64 *
inserts:Object[] -> unit

Parameters
- catalog (String)
- The message catalog.
- number (Int64)
- The message number.
- inserts (array<Object>[]()[][])
- The message inserts.

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