Trace and debug settings specify trace listeners that collect, store, and route messages, and the level where a trace switch is set.
The following table describes the function of each trace and debug settings element.
| Element | Description | 
|---|---|
Adds a listener to the Listeners collection for a trace source.  | 
|
Adds a listener to the Listeners collection.  | 
|
Adds a listener to the sharedListeners collection.  | 
|
Specifies the level where a trace switch is set.  | 
|
Specifies whether to display a message box when you call the Debug.Assert method; also specifies the name of the file to write messages to.  | 
|
Clears the Listeners collection for a trace source.  | 
|
Clears the Listeners collection for trace.  | 
|
Adds a filter to a listener in the Listeners collection for a trace source.  | 
|
Adds a filter to a listener in the Listeners collection for trace.  | 
|
Adds a filter to a listener in the sharedListeners collection.  | 
|
Specifies listeners for the Listeners collection for a trace source.  | 
|
Specifies listeners for the Listeners collection for trace.  | 
|
Specifies the size of the global memory shared by performance counters.  | 
|
Removes a listener from the Listeners collection for trace.  | 
|
Removes a listener from the Listeners collection for a trace source.  | 
|
Contains listeners that any source or trace element can reference.  | 
|
Contains trace sources that initiate tracing messages.  | 
|
Specifies a trace source that initiates tracing messages.  | 
|
Contains trace switches and the level where the trace switches are set.  | 
|
Specifies trace listeners that collect, store, and route messages and the level where a trace switch is set.  | 
|
Contains listeners that collect, store, and route tracing messages.  |