AlignedTextWriterTraceListener TimestampLength Property CleanCode C# Libraries v1.2.03 API
Gets or sets the length of the timestamp.

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

public static int TimestampLength { get; set; }

Field Value

The length of the timestamp.
Remarks

Values longer than this length are truncated. The default is 8.
See Also