AlignedTextWriterTraceListener DumpFieldWidths Method CleanCode C# Libraries v1.2.03 API
Dumps the field widths of each attribute associated with a trace event.

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

public string DumpFieldWidths()

Return Value

String representation of the field widths.
Remarks

The field widths, settable by properties of this class, are a secondary means for enabling/disabling the output options specifiable inOnlineTraceOutputOptions, and a primary means for several other options. Note that DumpFieldWidths will indicate the final field widths, taking into account both width properties and TraceOutputOptions, so even if, e.g. ThreadIdLength is set to 8, if it is not activated in TraceOutputOptions, DumpFieldWidths will report zero.
See Also