CleanCode C# Libraries v0.9.23 API

StructuredTrace.WriteLine Method 

Writes the line (if messages are enabled), preceded with the thread name and the current date/time.

public void WriteLine(
   String value
);

Parameters

value
The value to write.

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

StructuredTrace Class | CleanCode.Diagnostics Namespace