Macro slog_extlog::xlog[][src]

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

Log an external log through an slog::Logger.

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