rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.12k stars 248 forks source link

Add links to `colog` crate #621

Closed chrivers closed 4 months ago

chrivers commented 4 months ago

Hi 👋

I'm the maintained or the colog crate.

My crate provides a quick way to set up colored logging with a (subjectively) good and clean look.

I've just released version 1.3, which in my opinion is hugely improved.

Everything is now extensively documented, and there are 7 included examples on using the crate. The crate has been around for 8 years, so it's not exactly abandonware ;-)

I would greatly appreciate it, if you would include it in the list of possible logging crates in your documentation (see this PR)

KodrAus commented 4 months ago

Thanks @chrivers! That's a nice tidy implementation too :+1: