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