NBLog LogUserTrace Method (String, Int64,  Object )IBM Integration Bus
Logs an entry from the specified catalog with the given message number to the user trace log with the provided inserts.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static void LogUserTrace(
	string catalog,
	long number,
	params Object[] inserts
)

Parameters

catalog
Type: OnlineSystem String
The message catalog.
number
Type: OnlineSystem Int64
The message number.
inserts
Type:  OnlineSystem Object 
The message inserts.
Remarks

This method always writes to the user trace log, irrespective of the current trace level.
See Also