Skip to content

Commit

Permalink
Merge pull request #547 from a1ecbr0wn/add-call_logger
Browse files Browse the repository at this point in the history
Add call_logger to the documentation
  • Loading branch information
KodrAus committed Apr 10, 2023
2 parents dc32ab9 + 2045d33 commit d9cc4e5
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 @@ -67,6 +67,7 @@ There are many available implementations to choose from, here are some of the mo
* [`pretty_env_logger`](https://docs.rs/pretty_env_logger/*/pretty_env_logger/)
* [`stderrlog`](https://docs.rs/stderrlog/*/stderrlog/)
* [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/)
* [`call_logger`](https://docs.rs/call_logger/*/call_logger/)
* Complex configurable frameworks:
* [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
* [`fern`](https://docs.rs/fern/*/fern/)
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -136,6 +136,7 @@
//! * [pretty_env_logger]
//! * [stderrlog]
//! * [flexi_logger]
//! * [call_logger]
//! * Complex configurable frameworks:
//! * [log4rs]
//! * [fern]
Expand Down Expand Up @@ -302,6 +303,7 @@
//! [pretty_env_logger]: https://docs.rs/pretty_env_logger/*/pretty_env_logger/
//! [stderrlog]: https://docs.rs/stderrlog/*/stderrlog/
//! [flexi_logger]: https://docs.rs/flexi_logger/*/flexi_logger/
//! [call_logger]: https://docs.rs/call_logger/*/call_logger/
//! [syslog]: https://docs.rs/syslog/*/syslog/
//! [slog-stdlog]: https://docs.rs/slog-stdlog/*/slog_stdlog/
//! [log4rs]: https://docs.rs/log4rs/*/log4rs/
Expand Down

0 comments on commit d9cc4e5

Please sign in to comment.