rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.12k stars 248 forks source link

let feature release_max_level_* avoid useless code generation #586

Closed tinglou closed 8 months ago

tinglou commented 10 months ago

if feature release_maxlevel* is turned on, the lower level log statement will be ignored,

Thomasdezeeuw commented 8 months ago

Based on the lack of progress I'm closing this. @tinglou if you want to continue still we can reopen.