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

◆ print() [1/2]

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

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

Parameters
messageThe message to write.
Remarks
The default line terminator is a carriage return followed by a line feed. By default, the output is written to an instance of default_trace_listener.