Skip to content

Commit 9ae986d

Browse files
authored
Merge pull request #548 from iorust/master
2 parents 304eef7 + db9e5cc commit 9ae986d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ There are many available implementations to choose from, here are some options:
6969
* [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/)
7070
* [`call_logger`](https://docs.rs/call_logger/*/call_logger/)
7171
* [`std-logger`](https://docs.rs/std-logger/*/std_logger/)
72+
* [`structured-logger`](https://docs.rs/structured-logger/latest/structured_logger/)
7273
* Complex configurable frameworks:
7374
* [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
7475
* [`fern`](https://docs.rs/fern/*/fern/)

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
//! * [stderrlog]
138138
//! * [flexi_logger]
139139
//! * [call_logger]
140+
//! * [structured-logger]
140141
//! * Complex configurable frameworks:
141142
//! * [log4rs]
142143
//! * [fern]
@@ -313,6 +314,7 @@
313314
//! [win_dbg_logger]: https://docs.rs/win_dbg_logger/*/win_dbg_logger/
314315
//! [db_logger]: https://docs.rs/db_logger/*/db_logger/
315316
//! [console_log]: https://docs.rs/console_log/*/console_log/
317+
//! [structured-logger]: https://docs.rs/structured-logger/latest/structured_logger/
316318
317319
#![doc(
318320
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",

0 commit comments

Comments
 (0)