macro_rules! LOG_FATAL_NOEXIT {
($_rc:expr; $($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Expand description
Fatal log without exit.
macro_rules! LOG_FATAL_NOEXIT {
($_rc:expr; $($arg:tt)*) => { ... };
($($arg:tt)*) => { ... };
}Fatal log without exit.