Macro fatal

Source
macro_rules! fatal {
    ($($arg:tt)*) => { ... };
}
Expand description

Logs a message at the FATAL level.

ยงExamples

fatal!("Failed to start application: {}", err);