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

Logs a message at the “fatal” level.