#logging #message #xlog

bin+lib xlog-rs

A simple logger for Rust

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

#180 in #message

Download history 12/week @ 2024-01-29 8/week @ 2024-02-19 111/week @ 2024-02-26 18/week @ 2024-03-04 15/week @ 2024-03-11 69/week @ 2024-04-01

86 downloads per month

MIT license

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");

No runtime deps