Skip to content

Update Rust crate simple_logger to v4

Renovate Bot requested to merge renovate/simple_logger-4.x into main

This MR contains the following updates:

Package Type Update Change
simple_logger dependencies major 1 -> 4
simple_logger dev-dependencies major 2.3 -> 4.2

Release Notes

borntyping/rust-simple_logger (simple_logger)

v4.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.1.0...v4.2.0

v4.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v4.1.0

v4.0.0: Version 4.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v3.0.0...v4.0.0

v3.0.0: Version 3.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v2.3.0...v3.0.0

v2.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v2.1.0...v2.2.0

v2.1.0

Compare Source

v2.0.0: 2.0.0

Compare Source

https://crates.io/crates/simple_logger/2.0.0

Version 2.0.0 changes the default from displaying timestamps in the local timezone to displaying timestamps in UTC. See issue #​52 for more information.

This also introduces a timestamp display option using a static UTC offset via .with_utc_offset(...). See examples/timestamps_utc_offset.rs for an example. Be wary of using this in any long lived environment where daylight savings and other timezone changes might matter.

v1.16.0: 1.16.0

Compare Source

https://crates.io/crates/simple_logger/1.16.0

Support UTC timestamps, allowing users to sidestep problems safely getting the local timezone.

  • Deprecated SimpleLogger.with_timestamps(bool)
  • Added SimpleLogger.without_timestamps()
  • Added SimpleLogger.with_local_timestamps()
  • Added SimpleLogger.with_utc_timestamps()
  • SimpleLogger.timestamps now holds an enum instead of a bool.
  • Added timestamps_utc and timestamps_local examples.

v1.15.1: 1.15.1

Compare Source

https://crates.io/crates/simple_logger/1.15.1

v1.15.0

Compare Source

https://crates.io/crates/simple_logger/1.15.0

  • Added a threads feature showing thread names (and IDs on nightly) based on contributions by @​cehteh (thanks!).
  • Switched from chrono to time based on contributions by @​noahcoetsee (thanks!).

v1.13.0

Compare Source

https://crates.io/crates/simple_logger/1.13.0

  • Use a 'stderr' feature to target log output to stderr (#​37, thanks @​cehteh)

v1.12.1

Compare Source

https://crates.io/crates/simple_logger/1.12.1

  • Fixed some bugs around features.
  • Run tests against all combinations of features (all, none, just colors, just timestamps).

v1.12.0

Compare Source

https://github.com/borntyping/rust-simple_logger/releases/tag/v1.12.0

  • Added a .env() builder method
  • Added the colors and timestamps features, which can be used to disable specific features rather than all features.
  • Added the colors and timestamps fields, which can be used to disable functionality when the matching features are enabled.
  • Removed deprecation warnings from init() and init_with_level(). init_by_env() was replaced by init_with_env().

v1.11.0

Compare Source

v1.10.0

Compare Source

v1.9.0

Compare Source

v1.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports