proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.69k stars 158 forks source link

refactor logging #323

Open tzemanovic opened 1 year ago

tzemanovic commented 1 year ago

consider moving towards using log! levels and letting the user bring the Log impl that prints wherever they want. then we don't need to worry about reinventing the wheel with log verbosity and could just use something like Level::Info for state transitions and Level::Debug/Level::Trace for the nitty gritty details.

_Originally posted by @matthew-russo in https://github.com/proptest-rs/proptest/pull/310#discussion_r1167993736_