From 9ab7fea8af7e48399d56dcc09fcd41a52fc06f28 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 13 Nov 2024 23:49:04 +0800 Subject: [PATCH] docs: Add logforth as an impl --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 6b43a9ae1..7e8e3f54e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -145,6 +145,7 @@ //! * [structured-logger] //! * Complex configurable frameworks: //! * [log4rs] +//! * [logforth] //! * [fern] //! * Adaptors for other facilities: //! * [syslog] @@ -321,6 +322,7 @@ //! [syslog]: https://docs.rs/syslog/*/syslog/ //! [slog-stdlog]: https://docs.rs/slog-stdlog/*/slog_stdlog/ //! [log4rs]: https://docs.rs/log4rs/*/log4rs/ +//! [logforth]: https://docs.rs/logforth/*/logforth/ //! [fern]: https://docs.rs/fern/*/fern/ //! [systemd-journal-logger]: https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/ //! [android_log]: https://docs.rs/android_log/*/android_log/