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