Macro ringlog::fatal

source ยท
macro_rules! fatal {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}