Add spdlog-rs link to README

This commit is contained in:
Asuna 2024-10-08 13:28:14 +08:00 committed by GitHub
parent 96dbf58ec0
commit e52de505df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ There are many available implementations to choose from, here are some options:
* [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
* [`logforth`](https://docs.rs/logforth/*/logforth/)
* [`fern`](https://docs.rs/fern/*/fern/)
* [`spdlog-rs`](https://docs.rs/spdlog-rs/*/spdlog/)
* Adaptors for other facilities:
* [`syslog`](https://docs.rs/syslog/*/syslog/)
* [`systemd-journal-logger`](https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/)