We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff3bdc + 931d883 commit 0551261Copy full SHA for 0551261
src/lib.rs
@@ -149,6 +149,7 @@
149
//! * [log4rs]
150
//! * [logforth]
151
//! * [fern]
152
+//! * [spdlog-rs]
153
//! * Adaptors for other facilities:
154
//! * [syslog]
155
//! * [slog-stdlog]
@@ -326,6 +327,7 @@
326
327
//! [log4rs]: https://docs.rs/log4rs/*/log4rs/
328
//! [logforth]: https://docs.rs/logforth/*/logforth/
329
//! [fern]: https://docs.rs/fern/*/fern/
330
+//! [spdlog-rs]: https://docs.rs/spdlog-rs/*/spdlog/
331
//! [systemd-journal-logger]: https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/
332
//! [android_log]: https://docs.rs/android_log/*/android_log/
333
//! [win_dbg_logger]: https://docs.rs/win_dbg_logger/*/win_dbg_logger/
0 commit comments