Skip to content

Commit

Permalink
Add links to colog crate, which provides logging with reasonable de…
Browse files Browse the repository at this point in the history
…faults, and customizable styling
  • Loading branch information
chrivers committed Mar 23, 2024
1 parent 06c306f commit 2cec229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -62,6 +62,7 @@ There are many available implementations to choose from, here are some options:

* Simple minimal loggers:
* [`env_logger`](https://docs.rs/env_logger/*/env_logger/)
* [`colog`](https://docs.rs/colog/*/colog/)
* [`simple_logger`](https://docs.rs/simple_logger/*/simple_logger/)
* [`simplelog`](https://docs.rs/simplelog/*/simplelog/)
* [`pretty_env_logger`](https://docs.rs/pretty_env_logger/*/pretty_env_logger/)
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -135,6 +135,7 @@
//!
//! * Simple minimal loggers:
//! * [env_logger]
//! * [colog]
//! * [simple_logger]
//! * [simplelog]
//! * [pretty_env_logger]
Expand Down Expand Up @@ -310,6 +311,7 @@
//! [`try_set_logger_raw`]: fn.try_set_logger_raw.html
//! [`shutdown_logger_raw`]: fn.shutdown_logger_raw.html
//! [env_logger]: https://docs.rs/env_logger/*/env_logger/
//! [colog]: https://docs.rs/colog/*/colog/
//! [simple_logger]: https://github.com/borntyping/rust-simple_logger
//! [simplelog]: https://github.com/drakulix/simplelog.rs
//! [pretty_env_logger]: https://docs.rs/pretty_env_logger/*/pretty_env_logger/
Expand Down

0 comments on commit 2cec229

Please sign in to comment.