Simple colored logger for rust
The colog
library is a simple formatter backend for the standard
rust logging system (in the log
crate).
Getting started
use ;
This results in the following terminal output:
Custom styling
It's possible to override all colors and styles of colog
.
See the following examples:
Also be sure to read the documentation (cargo doc --open
) for a detailed description.
Known issues and improvements
There are no known, serious, unsolved issues.
Patches welcome :)
License
This project is licensed under the LGPLv3. See the file LICENSE
for
details.