/// An example of an application, using a library that supports `slog` logging.
///
/// In this case the application does provide a `Logger` and the library will use it.
extern crate slog_example_lib;
extern crate slog_term;
extern crate slog;
extern crate slog_async;
use Drain;