4 releases (2 breaking)
0.3.1 | Mar 1, 2024 |
---|---|
0.3.0 | Jan 31, 2024 |
0.2.0 | Jan 30, 2024 |
0.1.0 | Oct 9, 2023 |
#68 in #log-messages
115 downloads per month
6KB
114 lines
xlog-rs
log
lib.rs
:
xlog-rs
A simple logging library for Rust.
Examples
use xlog::warn;
xlog::log::init(std::io::stdout(), xlog::log::Level::Trace);
warn!("warn message");