Versions in this module Expand all Collapse all v1 v1.9.2 Apr 2, 2023 Changes in this version + func WithLogger(ctx context.Context, logger Logger) context.Context + type Fields map[string]interface + type Logger interface + Debug func(...interface{}) + Debugf func(string, ...interface{}) + Error func(...interface{}) + Errorf func(string, ...interface{}) + Fatal func(...interface{}) + Fatalf func(string, ...interface{}) + Info func(...interface{}) + Infof func(string, ...interface{}) + Warn func(...interface{}) + Warnf func(string, ...interface{}) + WithError func(error) Logger + WithField func(string, interface{}) Logger + WithFields func(Fields) Logger + var G = GetLogger + var L Logger = nopLogger{} + func GetLogger(ctx context.Context) Logger