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