charon_lib

Macro trace

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

A custom log trace macro. Uses the log crate.