Macro trace

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

A custom log trace macro. Uses the log crate.