log_warn

Macro log_warn 

Source
macro_rules! log_warn {
    ($logger:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro for logging warnings with automatic module path.