StructuredTraceSource TraceBracket Method CleanCode C# Libraries v1.2.03 API
Brackets the specified value with a hyphen on either side.

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

public void TraceBracket(
	string value
)
Remarks

Example: for a value of "Detail Dump" and a BracketBarSize of 5, the log will show "----- Detail Dump -----".
See Also