Macro slog_extlog::xlog

source ·
macro_rules! xlog {
    ($l:expr, $($args:tt)*) => { ... };
}
Expand description

Log an external log through an slog::Logger.

Syntactic sugar for the ExtLoggable trait for consistency with the standard slog macros.