MHlog is a simple, thread-safe logging library.
See the documentation
- Bail bugfix
- Update interface:
err
,warn
,info
,verbose
, anddebug
. - Better stdout/stderr defaults.
- Allow customization of message prefixes.
- Bugfix
- Update crate documentation.
- Log all messages to stderr by default. Can be disabled with feature
log2stdout
. - Add support for coloured log messages with
coloured
feature.
- Even simpler interface
- Reduced interface to only
err
,warn
,info
, andlog
- No writing to file, only stdout (should pipe log output instead)
- Add support for verbose logging messages
- Added example