Versions in this module Expand all Collapse all v1 v1.0.0 Aug 31, 2020 Changes in this version + const Noop + type Kv = map[string]interface + type Logger interface + Debugf func(format string, args ...interface{}) + Errorf func(format string, args ...interface{}) + Infof func(format string, args ...interface{}) + Warningf func(format string, args ...interface{}) + WithValues func(values map[string]interface{}) Logger + func NewLogrus(l *logrus.Entry) Logger