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).
macro_rules! nros_trace {
($logger:expr, $($arg:tt)+) => { ... };
}Emit at crate::Severity::Trace.
Disabled at compile time unless the max-level-trace feature is
the active ceiling (default).