Macro log_warn

Source
macro_rules! log_warn {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:expr),*) => { ... };
}