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.
macro_rules! slog_error {
($($arg:tt)*) => { ... };
}Log at ERROR level with the optional [ses_xxx] session tag.
See slog_info! for format details.