TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TraceInfo.hasItems Method 

Determine if a set of trace items will be logged based on the setting in this TraceInfo.

public bool hasItems(
   long traceItems
);

Parameters

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

Return Value

true if the TraceInfo object has all of the items set, false otherwise.

See Also

TraceInfo Class | TIBCO.EMS.ADMIN Namespace