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