clux / loggerv

A minimalistic stdout/stderr logger for rust
https://docs.rs/loggerv
MIT License
21 stars 6 forks source link

convert to log@0.4 #12

Closed clux closed 6 years ago

clux commented 6 years ago

they've done some major restructuring of log and a lot of my module info disappeared after upgrading my crate dependencies. looks like we need to upgrade our log to 0.4 to get it back from crates that have started using 0.4.

brief test seems to look confirm this works. I'll probably make loggerv@0.7.0 for this tomorrow. Don't think I've actually broken anything, examples just needed some removal off log::logLevel for log::Level, which isn't even our fault.