borntyping / rust-simple_logger

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

Use a 'stderr' feature to target log output to stderr #37

Closed cehteh closed 2 years ago

cehteh commented 2 years ago

Low hanging fruit to address #21. Usually it is ok to decide at compile time where log output shall go.

borntyping commented 2 years ago

Thanks! Released in 1.13.0.