Skip to main content

slog_warn

Macro slog_warn 

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

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

See slog_info! for format details.