macro_rules! log_default { ($tag:expr, $($arg:expr),*) => { ... }; ($tag:literal, $($arg:expr)*) => { ... }; }