Macro warning

Source
macro_rules! warning {
    ($logger:expr, $str:expr) => { ... };
    ($logger:expr, $($fmt:expr),+) => { ... };
}