Merge pull request #638 from tisonkun/patch-1

Add logforth to implementation
This commit is contained in:
Ashley Mannix 2024-08-03 07:52:33 +10:00 committed by GitHub
commit 96dbf58ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,7 @@ There are many available implementations to choose from, here are some options:
* [`structured-logger`](https://docs.rs/structured-logger/latest/structured_logger/)
* Complex configurable frameworks:
* [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
* [`logforth`](https://docs.rs/logforth/*/logforth/)
* [`fern`](https://docs.rs/fern/*/fern/)
* Adaptors for other facilities:
* [`syslog`](https://docs.rs/syslog/*/syslog/)