macro_rules! log_debug {
    ($($args:tt)*) => { ... };
}