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