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