Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + const DefaultPayloadLevel + func Error(err error) zapcore.Field + func Fields(ctx context.Context) []interface + func ProtoMessage(key string, val interface{}) zapcore.Field + func StreamServerInterceptor(logger *zap.Logger, opts ...Option) grpc.StreamServerInterceptor + func UnaryServerInterceptor(logger *zap.Logger, opts ...Option) grpc.UnaryServerInterceptor + func WithFields(ctx context.Context, fields []zapcore.Field) context.Context + func ZapFields(ctx context.Context) []zapcore.Field + type Leveler interface + Level func(ctx context.Context, fullMethod string) zapcore.Level + type LevelerFunc func(ctx context.Context, fullMethod string) zapcore.Level + func (l LevelerFunc) Level(ctx context.Context, fullMethod string) zapcore.Level + func (l LevelerFunc) PayloadLevel(ctx context.Context, fullMethod string) zapcore.Level + type Option func(o *options) + func WithLeveler(l Leveler) Option + func WithPayloadLeveler(l PayloadLeveler) Option + type PayloadLeveler interface + PayloadLevel func(ctx context.Context, fullMethod string) zapcore.Level Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020