macro_rules! xlog { ($l:expr, $($args:tt)*) => { ... }; }
Log an external log through an slog::Logger.
slog::Logger
Syntactic sugar for the ExtLoggable trait for consistency with the standard slog macros.
ExtLoggable