Sourced from simple_logger's releases.
v5.0.0
What's Changed
- Fix stderr color dependence on stdout by
@spoutn1k
in borntyping/rust-simple_logger#91
- When using the
stderr
andcolors
features, logs will be printed in colour even when STDOUT is redirected.- Fixes #71.
- This also cleans up the feature names used in the code. All references should now be to the
colors
feature, not thecolored
dependency.- Removed
set_up_color_terminal
from the public API. This has been called byinit()
for a while now.New Contributors
@spoutn1k
made their first contribution in borntyping/rust-simple_logger#91Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0