Skip to main content

nros_trace

Macro nros_trace 

Source
macro_rules! nros_trace {
    ($logger:expr, $($arg:tt)+) => { ... };
}
Expand description

Emit at crate::Severity::Trace.

Disabled at compile time unless the max-level-trace feature is the active ceiling (default).