Crates.io | mhlog |
lib.rs | mhlog |
version | 3.0.1 |
source | src |
created_at | 2019-11-08 21:16:40.560211 |
updated_at | 2021-10-15 13:40:15.674215 |
description | MHlog is a simple, thread-safe logging library. |
homepage | |
repository | https://github.com/MHmorgan/mhlog |
max_upload_size | |
id | 179484 |
size | 28,073 |
MHlog is a simple, thread-safe logging library.
See the documentation
err
, warn
, info
, verbose
, and debug
.log2stdout
.coloured
feature.Even simpler interface
Reduced interface to only err
, warn
, info
, and log
No writing to file, only stdout (should pipe log output instead)
Add support for verbose logging messages