macro_rules! log {
    ($msgs:ident; $($arg:tt)*) => { ... };
}