Versions in this module Expand all Collapse all v1 v1.0.1 Jan 30, 2020 v1.0.0 Jan 30, 2020 Changes in this version + type Logger interface + Debug func(...interface{}) + Debugf func(string, ...interface{}) + Debugj func(log.JSON) + Error func(...interface{}) + Errorf func(string, ...interface{}) + Errorj func(log.JSON) + Fatal func(...interface{}) + Fatalf func(string, ...interface{}) + Fatalj func(log.JSON) + Info func(...interface{}) + Infof func(string, ...interface{}) + Infoj func(log.JSON) + Print func(...interface{}) + Printf func(string, ...interface{}) + Printj func(log.JSON) + SetLevel func(log.Lvl) + SetOutput func(io.Writer) + Warn func(...interface{}) + Warnf func(string, ...interface{}) + Warnj func(log.JSON)