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
extern crate log;
extern crate colog;
This results in the following terminal output:
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.