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