Skip to main content

slog_error

Macro slog_error 

Source
macro_rules! slog_error {
    ($($arg:tt)*) => { ... };
}
Expand description

Log at ERROR level with the optional [ses_xxx] session tag.

See slog_info! for format details.