Skip to main content

log_fatal

Macro log_fatal 

Source
macro_rules! log_fatal {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Expand description

Print a bold-red [FATAL] message, then abort the process.