macro_rules! fatal { ($($arg:tt)*) => { ... }; }
Logs a message at the FATAL level.
fatal!("Failed to start application: {}", err);