xtd 0.2.0
Loading...
Searching...
No Matches

◆ write_line() [2/5]

static void xtd::diagnostics::trace::write_line ( const xtd::string message)
inlinestatic

Writes a message followed by a line terminator to the trace listeners in the listeners collection.

Parameters
messageA message to write.
Remarks
By default, the output is written to an instance of default_trace_listener.
This method calls the write method of the trace listener.