Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
414 stars 71 forks source link

README should call out feature differences vs. env_logger #135

Open dimo414 opened 10 months ago

dimo414 commented 10 months ago

The README opens with:

for small to medium sized projects, that find env_logger to be somewhat lacking in features.

But skimming the rest of the document I don't see any sort of breakdown of which features simplelog provides that env_logger doesn't. It would be really helpful to call this out clearly on the landing page so potential users can quickly evaluate whether they would benefit from the features simplelog provides.