Skip to content

Releases: borntyping/rust-simple_logger

v5.1.0

15 Oct 11:42

Choose a tag to compare

  • Added documentation and an example for init_with_env (closes #96).
  • Updated minimum versions of dependencies (closes #74).

Full Changelog: v5.0.0...v5.1.0

v5.0.0

30 Apr 16:13

Choose a tag to compare

What's Changed

  • Fix stderr color dependence on stdout by @spoutn1k in #91
    • When using the stderr and colors 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 the colored dependency.
  • Removed set_up_color_terminal from the public API. This has been called by init() for a while now.

New Contributors

Full Changelog: v4.3.3...v5.0.0

v4.3.3

29 Dec 13:53

Choose a tag to compare

What's Changed

  • Added notes on project status to the README (v4.3.1).
  • Ensure module_levels is always sorted, so that enabled() correctly selects the most specific target. Fixes #90, thanks @nikarh.

Full Changelog: v4.3.0...v4.3.2

v4.3.0

23 Nov 14:52

Choose a tag to compare

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 calling set_boxed_logger by @twiby in #88
  • Added a wrap.rs example showing how you might wrap the logger with your own.

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

12 Jun 16:01

Choose a tag to compare

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

18 Mar 20:19

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

Version 4.0.0

27 Oct 09:00

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v4.0.0

Version 3.0.0

20 Oct 15:03

Choose a tag to compare

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

21 Aug 19:20

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Jul 09:44

Choose a tag to compare

What's Changed

  • improve documentation by @xeptore in #58
  • Include UTC offset when using Timestamps::UtcOffset by @hismito in #62

Full Changelog: v2.1.0...v2.2.0