rust-colog
rust-colog copied to clipboard
A simple color-coded logging implementation for the standard rust logging system
To allow [Crates.io](https://crates.io/) , [lib.rs](https://lib.rs/) and the [Rust Digger](https://rust-digger.code-maven.com/) to link to it. See also [the manifest](https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field).
adds the ability to have a specific line separator on first and last lines and also pads single line messages to align with the first line separator no doc comments...
Hi! I like the simplicity and pretty, slim format :) I wanted to use a different target, but I noticed, that the `Target` type from env_logger is used, but not...