Add zkits logger library. (#3417)

This commit is contained in:
Qingshan Luo 2021-01-13 20:30:07 +08:00 committed by GitHub
parent aff27330c3
commit 208461dfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1093,6 +1093,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [xlog](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching.
* [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go.
* [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger.
* [zkits-logger](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger.
## Machine Learning