macro_rules! log { ($context:expr, $fmt:expr) => { ... }; ($context:expr, $fmt:expr, $($arg:tt)*) => { ... }; }