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