borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
221 stars 48 forks source link

Using the FromStr implementation for LevelFilter, also fixes #64 #65

Closed BRA1L0R closed 2 years ago

BRA1L0R commented 2 years ago

There's already a FromStr implementation for LevelFilter that perfectly fits this use case.

Tests pass.

borntyping commented 2 years ago

Thanks!