Skip to content

Commit

Permalink
Add the structured-logger crate to the README
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Qing <txr1883@gmail.com>
  • Loading branch information
zensh committed May 29, 2023
1 parent 304eef7 commit db9e5cc
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 @@ -69,6 +69,7 @@ There are many available implementations to choose from, here are some options:
* [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/)
* [`call_logger`](https://docs.rs/call_logger/*/call_logger/)
* [`std-logger`](https://docs.rs/std-logger/*/std_logger/)
* [`structured-logger`](https://docs.rs/structured-logger/latest/structured_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 @@ -137,6 +137,7 @@
//! * [stderrlog]
//! * [flexi_logger]
//! * [call_logger]
//! * [structured-logger]
//! * Complex configurable frameworks:
//! * [log4rs]
//! * [fern]
Expand Down Expand Up @@ -313,6 +314,7 @@
//! [win_dbg_logger]: https://docs.rs/win_dbg_logger/*/win_dbg_logger/
//! [db_logger]: https://docs.rs/db_logger/*/db_logger/
//! [console_log]: https://docs.rs/console_log/*/console_log/
//! [structured-logger]: https://docs.rs/structured-logger/latest/structured_logger/

#![doc(
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
Expand Down

0 comments on commit db9e5cc

Please sign in to comment.