Macro log_trace

Source
macro_rules! log_trace {
    ($ctx:expr, $msg:expr) => { ... };
    ($ctx:expr, $format:expr, $($arg:tt)+) => { ... };
}
Expand description

Logs a message at the trace level.

ยงExamples

See log_info!.