//
pkg.gl
Category
github.com/tnngo/lad
ladgrpc
package
1.270.4
Repository:
https://github.com/tnngo/lad.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
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.