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

◆ trace_error() [1/2]

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

Writes an error message to the trace listeners in the Listeners collection using the specified message.

Parameters
messageThe informative message to write.
Remarks
trace_error calls the trace_event method for each trace listener, with the trace event type error, passing the informative message as the message string.