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

◆ write_line() [5/5]

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

Writes a formatted string followed by a line terminator 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.
Exceptions
xtd::format_exceptionformat is invalid.
-or-
The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format.