Releases: borntyping/rust-simple_logger
Releases · borntyping/rust-simple_logger
v5.0.0
What's Changed
- Fix stderr color dependence on stdout by @spoutn1k in #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.
- When using the
- Removed
set_up_color_terminal
from 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_levels
is 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-sys
from 0.42 to 0.48 by @iamjpotts in #83 - Remove misguided
env_logger
reference from docs by @igortg in #87 - Add
max_level
method, to enable users to own a valid configured instance before callingset_boxed_logger
by @twiby in #88 - Added a
wrap.rs
example 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
v2.2.0
v2.1.0
Version 2.1.0