Update README.md

add donnie4w/tklog - lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving
This commit is contained in:
algocrafter 2024-08-28 17:56:32 +08:00 committed by GitHub
parent b5ed70ed99
commit 4fe8d38750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1576,6 +1576,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [seanmonstar/pretty-env-logger](https://github.com/seanmonstar/pretty-env-logger) - A pretty, easy-to-use logger.
* [slog-rs/slog](https://github.com/slog-rs/slog) - Structured, composable logging
* [tokio-rs/tracing](https://github.com/tokio-rs/tracing) - An application level tracing framework for async-aware structured logging, error handling, metrics, and more [![Build Status](https://github.com/tokio-rs/tracing/workflows/CI/badge.svg?branch=master)](https://github.com/tokio-rs/tracing/actions?query=workflow%3ACI)
* [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
### Macro