mhlog

Crates.iomhlog
lib.rsmhlog
version3.0.1
sourcesrc
created_at2019-11-08 21:16:40.560211
updated_at2021-10-15 13:40:15.674215
descriptionMHlog is a simple, thread-safe logging library.
homepage
repositoryhttps://github.com/MHmorgan/mhlog
max_upload_size
id179484
size28,073
Magnus Hirth (MHmorgan)

documentation

https://docs.rs/mhlog/

README

MHlog

Travis CI build status Crates.io latest version Crates.io downloads GitHub license Gitpod Ready-to-Code

MHlog is a simple, thread-safe logging library.

See the documentation

Changelog

v3.0.1

  • Bail bugfix

v3.0.0

  • Update interface: err, warn, info, verbose, and debug.
  • Better stdout/stderr defaults.
  • Allow customization of message prefixes.

v2.1.2

  • Bugfix

v2.1.1

  • Update crate documentation.

v2.1.0

  • Log all messages to stderr by default. Can be disabled with feature log2stdout.
  • Add support for coloured log messages with coloured feature.

v2.0.0

  • Even simpler interface

  • Reduced interface to only err, warn, info, and log

  • No writing to file, only stdout (should pipe log output instead)

v1.1.0

  • Add support for verbose logging messages

v1.0.1

  • Added example
Commit count: 50

cargo fmt