TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

TraceInfo Members

TraceInfo overview

Public Static Fields

TRACE_ACL 
TRACE_ADMIN 
TRACE_ALL 
TRACE_AUTH 
TRACE_CONFIG 
TRACE_CONNECT 
TRACE_CONNECT_ERROR 
TRACE_DEBUG 
TRACE_DEFAULT 
TRACE_DEST 
TRACE_FLOW 
TRACE_INFO 
TRACE_LDAP_DEBUG 
TRACE_LIMITS 
TRACE_MSG 
TRACE_PRODCONS 
TRACE_ROUTE 
TRACE_ROUTE_DEBUG 
TRACE_RV_ADV 
TRACE_SSL 
TRACE_SSL_DEBUG 
TRACE_TX 
TRACE_TX_DEBUG 
TRACE_WARN 
TRACE_XA 
TRACE_XA_DEBUG 

Public Instance Constructors

TraceInfo Overloaded. Initializes a new instance of the TraceInfo class.

Public Instance Properties

AllTraceItems Get the calculated set of trace items.
TraceAddItems Get the set of add trace items.
TraceItems Set the absolute trace items for this TraceInfo.
TraceRemoveItems Get the set of remove trace items.
TraceSetItems Get the set of absolute trace items.

Public Instance Methods

AddTraceItems Add the specified trace items to the current list of add trace items.
ClearAddTraceItems Clear the set of add trace items so that it is empty.
ClearAllTraceItems Clear the set of absolute, add, and remove trace items so the object is essentially empty.
ClearRemoveTraceItems Clear the set of remove trace items so that it is empty.
ClearSetTraceItems Clear the set of absolute trace items so that it is empty.
Equals 
GetHashCode 
GetType (inherited from Object) Gets the Type of the current instance.
hasItems Determine if a set of trace items will be logged based on the setting in this TraceInfo.
RemoveTraceItems Add the specified trace items to the current list of remove trace items. Any duplicate items will be ignored.
ToString Generate a string representation of this TraceInfo.

See Also

TraceInfo Class | TIBCO.EMS.ADMIN Namespace