Macro afire::trace

source ·
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