TraceListener Properties

Glimpse API

TraceListener Properties Glimpse API Documentation
The TraceListener type exposes the following members.
Properties

  NameDescription
Public propertyOnlineAttributes
Gets the custom trace listener attributes defined in the application configuration file.
(Inherited from OnlineTraceListener.)
Public propertyOnlineFilter
Gets and sets the trace filter for the trace listener.
(Inherited from OnlineTraceListener.)
Public propertyOnlineIndentLevel
Gets or sets the indent level.
(Inherited from OnlineTraceListener.)
Public propertyOnlineIndentSize
Gets or sets the number of spaces in an indent.
(Inherited from OnlineTraceListener.)
Public propertyOnlineIsThreadSafe
Gets a value indicating whether the trace listener is thread safe.
(Inherited from OnlineTraceListener.)
Public propertyOnlineName
Gets or sets a name for this OnlineTraceListener.
(Inherited from OnlineTraceListener.)
Protected propertyOnlineNeedIndent
Gets or sets a value indicating whether to indent the output.
(Inherited from OnlineTraceListener.)
Public propertyOnlineTraceOutputOptions
Gets or sets the trace output options.
(Inherited from OnlineTraceListener.)
Back to Top
See Also