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

◆ trace_information() [1/2]

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

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

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