mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
Add Zax logger
Zax is a simple wrapper around the Zap which helps zap to work context and you do not need to pass logger to any function, global parameters like `trace_id` etc could be log easier without repeating them in every downstream method.
This commit is contained in:
parent
4d8748d7ff
commit
3d1bd6df06
@ -1508,6 +1508,7 @@ _Libraries for generating and working with log files._
|
||||
- [xylog](https://github.com/xybor-x/xylog) - Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax.
|
||||
- [yell](https://github.com/jfcg/yell) - Yet another minimalistic logging library.
|
||||
- [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go.
|
||||
- [zax](https://github.com/yuseferi/zax) - Integrate Context with Zap logger, which leads to more flexibility in Go logging.
|
||||
- [zerolog](https://github.com/rs/zerolog) - Zero-allocation JSON logger.
|
||||
- [zkits-logger](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user