Releases: borntyping/rust-simple_logger
Releases · borntyping/rust-simple_logger
v5.1.0
v5.0.0
What's Changed
- Fix stderr color dependence on stdout by @spoutn1k in #91
- When using the
stderrandcolorsfeatures, 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
colorsfeature, not thecoloreddependency.
- When using the
- Removed
set_up_color_terminalfrom the public API. This has been called byinit()for a while now.
New Contributors
Full Changelog: v4.3.3...v5.0.0
v4.3.3
What's Changed
- Added notes on project status to the README (
v4.3.1). - Ensure
module_levelsis always sorted, so thatenabled()correctly selects the most specific target. Fixes #90, thanks @nikarh.
Full Changelog: v4.3.0...v4.3.2
v4.3.0
What's Changed
- Upgrade
windows-sysfrom 0.42 to 0.48 by @iamjpotts in #83 - Remove misguided
env_loggerreference from docs by @igortg in #87 - Add
max_levelmethod, to enable users to own a valid configured instance before callingset_boxed_loggerby @twiby in #88 - Added a
wrap.rsexample showing how you might wrap the logger with your own.
New Contributors
- @iamjpotts made their first contribution in #83
- @igortg made their first contribution in #87
- @twiby made their first contribution in #88
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
- replace dependency to atty for windows targets by std implementation by @ChrisCA in #81
- Minimum supported rust-version on windows is 1.70.
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Version 4.0.0
Version 3.0.0
What's Changed
- Ensure log levels are appropriately padded even on coloured outputs. by @etemesi254 in #69
Full Changelog: v2.3.0...v3.0.0
v2.3.0
What's Changed
- Added an example of flushing the log for #33
- Using the FromStr implementation for LevelFilter, also fixes #64 by @BRA1L0R in #65
- doc: call env after with_level by @DesmondWillowbrook in #59
Full Changelog: v2.2.0...v2.3.0