slog-term 1.0.0-alpha3

Unix terminal drain and formatter for slog-rs
Documentation

Unix terminal formatter and drain for slog-rs

#[macro_use]
extern crate slog;
extern crate slog_term;

use slog::*;

fn main() {
    let root = Logger::root(slog_term::streamer().build(), o!("build-id" => "8dfljdf"));
}