TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TraceInfo.AddTraceItems Method 

Add the specified trace items to the current list of add trace items.

public void AddTraceItems(
   long add
);

Parameters

add
The set of trace items to append to the list of add trace items. Can be a single TRACE_* constant or a set of TRACE_* constants combined with the binary OR operator (|).

Remarks

Any duplicate items will be ignored. To reset the list of add trace items, call ClearAddTraceItems() first.

See Also

TraceInfo Class | TIBCO.EMS.ADMIN Namespace