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