macro_rules! trace {
($($arg:tt)+) => { ... };
() => { ... };
}
Expand description
A custom log trace macro. Uses the log crate.
macro_rules! trace {
($($arg:tt)+) => { ... };
() => { ... };
}
A custom log trace macro. Uses the log crate.