xlog-rs
A simple logging library for Rust.
use xlog::warn; xlog::log::init(std::io::stdout(), xlog::log::Level::Trace); warn!("warn message");