Merge pull request #1795 from algocrafter/main

Add tklog
This commit is contained in:
Tom Parker-Shemilt 2024-08-28 13:55:40 +01:00 committed by GitHub
commit 6c5d6e7309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1570,6 +1570,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
[[log](https://crates.io/keywords/log)]
* [donnie4w/tklog](https://github.com/donnie4w/tklog "donnie4w/tklog") - lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving.
* [estk/log4rs](https://github.com/estk/log4rs) - highly configurable logging framework modeled after Java's Logback and log4j libraries [![CircleCI](https://circleci.com/gh/estk/log4rs.svg?style=shield)](https://app.circleci.com/pipelines/github/estk/log4rs)
* [rbatis/fast_log](https://github.com/rbatis/fast_log) - Async log High-performance asynchronous logging
* [rust-lang/log](https://github.com/rust-lang/log) - Logging implementation