Releases: hertz-contrib/logger
Releases · hertz-contrib/logger
zerolog/v1.0.0
What's Changed
- feat(zerolog): add zerolog impl by @sillen102 in #7
- fix(zerolog): GetLogger() returns error if logger is of incorrect type by @sillen102 in #8
- fix(zerolog): Bigfixes for concurrency safety by @sillen102 in #12
- ✨feat(zerolog): forgotten output type by @balcieren in #15
- ✨feat(zerolog): add MultiLevelWriter by @yuyuko233 in #18
- feat: upgrade zerolog version and set context by @liuzhaowei55 in #40
New Contributors
- @sillen102 made their first contribution in #7
- @balcieren made their first contribution in #15
- @yuyuko233 made their first contribution in #18
- @liuzhaowei55 made their first contribution in #40
Full Changelog: logrus/v1.0.0...zerolog/v1.0.0
logrus/v1.0.1
What's Changed
- chore(logrus): avoid using stdlogger by @rogerogers in #47
Full Changelog: logrus/v1.0.0...logrus/v1.0.1
zap/v1.1.0
What's Changed
- feat: allow get and put extra keys by @rogerogers in #37
- feat(zap): allow convert extraKey to string by @rogerogers in #41
Full Changelog: zap/v1.0.0...zap/v1.1.0
slog/v1.0.0
What's Changed
- feat(slog): add slog implementation for hlog by @rogerogers in #36
- fix(slog): nil point when no level defined by @rogerogers in #42
New Contributors
Full Changelog: v1.0.1...slog/v1.0.0
v1.0.1
What's Changed
- chore: use a more graceful function to perform the time fresh by @whalecold in #22
- feat: add clientIP for accesslog @Dup4 in #24
- feat(zap): add the capability to print additional fields by @rogerogers in #25
- fix(zap): invalid zap.LevelEnablerFunc by @StellarisW in #27
- fix: Do not create new logger when calling CtxLogf by @li-jin-gou in #29
- fix: add init timestamp value by @li-jin-gou in #31
- optimize: add Logger for zap by @Skyenought in #33
- optimiza: add WithCallerSkipFrameCount by @li-jin-gou in #35
New Contributors
- @whalecold made their first contribution in #22
- @Dup4 made their first contribution in #24
zap/v1.0.0
What's Changed
- feat(zap): add multiple zapcore support by @StellarisW in #19
New Contributors
- @StellarisW made their first contribution in #19
release v1.0.0
Thanks a lot to those community contributors who submit some pull requests for this version:
@CoderPoet @rogerogers @L2ncE
logrus/v1.0.0
feat: add zap log (#3) Signed-off-by: rogerogers <[email protected]> Signed-off-by: rogerogers <[email protected]>