//
pkg.gl
Category
go.uber.org/zap
zapgrpc
package
1.27.0
Repository:
https://github.com/uber-go/zap.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
3
Dependents
201
Files
151 SLOC
#
Functions
NewLogger
NewLogger returns a new Logger.
WithDebug
WithDebug configures a Logger to print at zap's DebugLevel instead of InfoLevel.
#
Structs
Logger
Logger adapts zap's Logger to be compatible with grpclog.LoggerV2 and the deprecated grpclog.Logger.
#
Interfaces
Option
An Option overrides a Logger's default configuration.