StructuredTraceSource Dump Method CleanCode C# Libraries v1.2.03 API
Dumps the contents of this object, enumerating all TraceListeners and the associated TraceSwitch.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string Dump()

Return Value

Formatted contents of the StructuredTracaeSource
Remarks

For the TraceSwitch, the name and setting is listed. For each TraceListener, the name, indentation level, indentation size, filter setting, output options, and file name are listed.
See Also