emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

Remove unnecessary dependency and implement a Trait #165

Closed Oakchris1955 closed 4 months ago

Oakchris1955 commented 4 months ago

Since rust version 1.70.0 (which is also the MSRV of this crate), the unstable std feature is-terminal has been stabilized.

Apart from that, implemented From<LevelFilter> for LogSpecification

PS. Before merging, you might wanna update the CHANGELOG