macro_rules! log_with_time { (f $output: ident, $($arg: tt)*) => { ... }; ($($arg: tt)*) => { ... }; }