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
The color and terminal handling could use a serious improvement, via one of the nice terminal crates available now.
Patches welcome :)
License
This project is licensed under the LGPLv3. See the file LICENSE for details.