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