macro_rules! trace { (Level::$level: ident, $($arg: tt) *) => { ... }; ($($arg : tt) +) => { ... }; }
Expand description
Simple logging system.
See crate::trace for more information.
Enabled with the tracing feature
macro_rules! trace { (Level::$level: ident, $($arg: tt) *) => { ... }; ($($arg : tt) +) => { ... }; }
Simple logging system.
See crate::trace for more information.
Enabled with the tracing feature