macro_rules! log_fatal {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Expand description
Print a bold-red [FATAL] message, then abort the process.
macro_rules! log_fatal {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}Print a bold-red [FATAL] message, then abort the process.