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

◆ write() [4/4]

template<typename ... args_t>
static void xtd::diagnostics::trace::write ( const xtd::string format,
args_t &&...  args 
)
inlinestatic

Writes a formatted string to the trace listeners in the listeners collection.

Parameters
formatA composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array.
...argsAn object array containing zero or more objects to format.
Remarks
By default, the output is written to an instance of default_trace_listener.
This method calls the write method of the trace listener.