Macro slog_try::crit

source ·
macro_rules! crit {
    ($l:expr, #$tag:expr, $($args:tt)+) => { ... };
    ($l:expr, $($args:tt)+) => { ... };
}
Expand description

Log critical level record

See log for documentation.