fatal

Macro fatal 

Source
macro_rules! fatal {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}
Expand description

Logs a message representing a crash or panic