log_warn

Macro log_warn 

Source
macro_rules! log_warn {
    ($tag:expr, $($arg:expr),*) => { ... };
    ($tag:literal, $($arg:expr)*) => { ... };
}