Mono Class Library: Overview

System.Diagnostics.Trace: Property Members

The properties of System.Diagnostics.Trace are listed below. For a list of all members, see the Trace Members list.

See Also: Inherited members from System.Object

Public Properties

static
AutoFlushbool. Should TraceListener.Flush be called on the Trace.Listeners after writing each message?
[read-only]
static
CorrelationManagerCorrelationManager. Documentation for this section has not yet been entered.
static
IndentLevelint. The message indent level.
static
IndentSizeint. The message indent size.
[read-only]
static
ListenersTraceListenerCollection. Gets the list of System.Diagnostics.TraceListener objects that messages are forwarded to.
static
UseGlobalLockbool. Documentation for this section has not yet been entered.