Mono Class Library: Overview

System.Diagnostics.Debug: Property Members

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

See Also: Inherited members from System.Object

Public Properties

static
AutoFlushbool. Should TraceListener.Flush be called on the Debug.Listeners after writing each message?
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.