package
1.27.0
Repository: https://github.com/uber-go/zap.git
Documentation: pkg.go.dev

# Functions

NewLogger returns a new Logger.
WithDebug configures a Logger to print at zap's DebugLevel instead of InfoLevel.

# Structs

Logger adapts zap's Logger to be compatible with grpclog.LoggerV2 and the deprecated grpclog.Logger.

# Interfaces

An Option overrides a Logger's default configuration.