Skip to main content

log_trace

Macro log_trace 

Source
macro_rules! log_trace {
    ($($arg:tt)*) => { ... };
}
Expand description

Log a TRACE-level message using format!-style arguments.

No-op when the host context has not been wired up yet. See log for details about delivery semantics.