#logging #message #xlog

bin+lib xlog-rs

Rust 的简单日志记录器

4 个版本 (2 个重大更改)

0.3.1 2024 年 3 月 1 日
0.3.0 2024 年 1 月 31 日
0.2.0 2024 年 1 月 30 日
0.1.0 2023 年 10 月 9 日

198#message

MIT 许可协议

6KB
114

xlog-rs

log


lib.rs:

xlog-rs

一个简单的 Rust 日志库。

示例

use xlog::warn;

xlog::log::init(std::io::stdout(), xlog::log::Level::Trace);

warn!("warn message");

无运行时依赖