StructuredTrace WriteLine Method CleanCode C# Libraries v1.2.03 API
Writes the line (if messages are enabled), preceded with the thread name and the current date/time.

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

public void WriteLine(
	string value
)
Remarks

Each call to this method will write a line to the Trace listeners in the format:
threadName [tab] dateTime [tab] value
See the StructuredTrace class description for details on setting up Trace listeners.
See Also