macro_rules! warning { ($log: expr, $fmt: expr) => { ... }; ($log: expr, $fmt: expr, $($args: tt)+) => { ... }; }