Categorygithub.com/Laisky/zap
repositorypackage
1.27.0
Repository: https://github.com/laisky/zap.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

fork from: https://github.com/uber-go/zap v1.12.0

Do not set time.Now for low level logs.

8x faster than origin zap when you emit huge number of low level logs. (such as you set log level to INFO then emit DEBUG logs)

benchmark

Usage: Replace "github.com/uber-go/zap" to "github.com/Laisky/zap".

New Features

Hook with fields

New hook HooksWithFields is: func(e zapcore.Entry, fs []zapcore.Field) (err error)

Example: