[][src]Macro nonblock_logger::fatal

macro_rules! fatal {
    (target: $target:expr, $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}

Logs a message at the error level and exit process with exit code 1.