Click or drag to resize

DebugTraceListner Properties

The DebugTraceListner type exposes the following members.

Properties
 NameDescription
Public propertyAttributesGets the custom trace listener attributes defined in the application configuration file.
(Inherited from TraceListener)
Public propertyFilterGets or sets the trace filter for the trace listener.
(Inherited from TraceListener)
Public propertyIndentLevelGets or sets the indent level.
(Inherited from TraceListener)
Public propertyIndentSizeGets or sets the number of spaces in an indent.
(Inherited from TraceListener)
Public propertyIsThreadSafeGets a value indicating whether the trace listener is thread safe.
(Inherited from TraceListener)
Public propertyNameGets or sets a name for this TraceListener.
(Inherited from TraceListener)
Protected propertyNeedIndentGets or sets a value indicating whether to indent the output.
(Inherited from TraceListener)
Public propertyTraceOutputOptionsGets or sets the trace output options.
(Inherited from TraceListener)
Top
See Also