StructuredTrace BracketBarSize Property CleanCode C# Libraries v1.2.03 API
Gets or sets the size of the bracket bar used by the Bracket(String) method.

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

public static int BracketBarSize { get; set; }

Field Value

The size of the bracket bar.
Remarks

This "bracket bar" is combined with the title passed to Bracket(). Example: a title of "Detail Dump" and a BracketBarSize of 5, the log will show "----- Detail Dump -----".
See Also