macro_rules! chrono_log {
    ($msg:expr) => { ... };
    ($format:expr, $($arg:expr),+) => { ... };
}