Rust 的简单日志记录器
所有者 kumudiaorong.
198 在 #message
6KB 114 行
log
lib.rs
xlog-rs
一个简单的 Rust 日志库。
use xlog::warn; xlog::log::init(std::io::stdout(), xlog::log::Level::Trace); warn!("warn message");