macro_rules! log_critical {
($msg:expr) => { ... };
($msg:expr, { $($key:expr => $value:expr),+ $(,)? }) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Expand description
Critical level logging with guaranteed synchronous delivery
macro_rules! log_critical {
($msg:expr) => { ... };
($msg:expr, { $($key:expr => $value:expr),+ $(,)? }) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Critical level logging with guaranteed synchronous delivery