//
pkg.gl
Category
github.com/dxk1/logx
zapgrpc
package
1.26.0
Repository:
https://github.com/dxk1/logx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
155 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.