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

◆ trace_warning() [1/2]

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

Writes a warning message to the trace listeners in the listeners collection using the specified message.

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