Writes a formatted string followed by a line terminator to the trace listeners in the listeners collection.
- Parameters
-
format | A composite format string that contains text intermixed with zero or more format items, which correspond to objects in the args array. |
...args | An object array containing zero or more objects to format. |
- Exceptions
-
xtd::format_exception | format 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. |