Versions in this module Expand all Collapse all v0 v0.2.1 Apr 29, 2021 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