mirror of
https://github.com/trussed-dev/delog.git
synced 2026-03-11 16:31:20 -07:00
local log tests
delog has functionality to turn off logs on a library level at compile time.
While we hope to find a way to test this systematically, for now you can do:
cargo run
cargo run --features lib-a/log-all,lib-b/log-all
cargo run --features lib-a/log-all
cargo run --features lib-b/log-all
cargo run --features lib-a/log-trace,lib-b/log-error