macro_rules! log_trace {
($logger:expr, $($arg:tt)*) => { ... };
}Expand description
Macro for logging trace with automatic module path.
macro_rules! log_trace {
($logger:expr, $($arg:tt)*) => { ... };
}Macro for logging trace with automatic module path.