macro_rules! log {
    ($target:expr, $($arg:tt)*) => { ... };
}