[TIBCO.EMS .NET Admin client library 7.0 documentation]

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

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

Syntax

public class TraceInfo
Public Class TraceInfo
public ref 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.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.TraceInfo

See Also