Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    ($($arg:tt)*) => { ... };
}
Expand description

No-op trace-level logging macro.