Versions in this module Expand all Collapse all v1 v1.0.0 Dec 21, 2021 Changes in this version + const FormatJSON + const FormatText + const FormatTextSimple + type Fields = logrus.Fields + type Formatter = logrus.Formatter + type Logger interface + Debug func(args ...interface{}) + Debugf func(format string, args ...interface{}) + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + Fatal func(args ...interface{}) + Fatalf func(format string, args ...interface{}) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Panic func(args ...interface{}) + Panicf func(format string, args ...interface{}) + Print func(args ...interface{}) + Printf func(format string, args ...interface{}) + SetFormat func(logFormat string) error + SetLevel func(level string) error + SetOutput func(w io.Writer) + Warn func(args ...interface{}) + Warnf func(format string, args ...interface{}) + Warning func(args ...interface{}) + Warningf func(format string, args ...interface{}) + WithError func(err error) Logger + WithField func(key string, value interface{}) Logger + WithFields func(fields Fields) Logger + func New() Logger