fatal

Macro fatal 

Source
macro_rules! fatal {
    ($msg:expr) => { ... };
    ($msg:expr; $($key:expr => $value:expr),+ $(,)?) => { ... };
}
Expand description

Log at fatal level.