1 unstable release
0.3.0 | Jan 27, 2023 |
---|
#19 in #env-logger
Used in 2 crates
6KB
79 lines
Convenient env_logger for testing purpose.
Example
// In lib.rs:
#[cfg(test)]
dev_logger::init!();
// In test function:
tracing::info!(name = "message");
// Set RUST_LOG=info and run the test.
Dependencies
~8MB
~137K SLoC