TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TraceInfo Class

This class represents the set of trace message types that will be output to a particular output destination (console or log file).

For a list of all members of this type, see TraceInfo Members.

System.Object
   TIBCO.EMS.ADMIN.TraceInfo

public class TraceInfo

Remarks

The trace parameters consist of three sets of TRACE_* items that are evaluated as follows: 1) Absolute items (SetTraceItems) are the starting point for the set of trace items that will be logged. 2) Add items (AddTraceItems) are then added to the list of absolute items (duplicates are ignored). 3) Remove items (RemoveTraceItems) are then removed from the list above to get the final list of items. SetTraceItems() always overwrites the list of absolute items. AddTraceItems() and RemoveTraceItems() append to their respective lists of trace items. To reset all or part of the trace parameters, use the Clear*() methods.

Requirements

Namespace: TIBCO.EMS.ADMIN

Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

See Also

TraceInfo Members | TIBCO.EMS.ADMIN Namespace