Macro slog_try::error

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

Log error level record

See log for documentation.