1 unstable release

new 0.1.0 Nov 11, 2024

#324 in Testing

Download history 97/week @ 2024-11-07

97 downloads per month
Used in 2 crates

MIT license

9KB
84 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

~9–16MB
~200K SLoC