Documentation ¶
Index ¶
- Variables
- func Debug(message string, fields Fields)
- func Debugf(message string, replacements ...interface{})
- func Enable()
- func Error(message string, fields Fields)
- func Errorf(message string, replacements ...interface{})
- func Fatal(message string, fields Fields)
- func Fatalf(message string, replacements ...interface{})
- func GetEntry(fields Fields) *logrus.Entry
- func Info(message string, fields Fields)
- func Level() logrus.Level
- func Mock() *test.Hook
- func New() *logrus.Logger
- func Panic(message string, fields Fields)
- func Printf(message string, replacements ...interface{})
- func Trace(message string, fields Fields)
- func Type() string
- func Warn(message string, fields Fields)
- func Warnf(message string, replacements ...interface{})
- type Fields
Constants ¶
This section is empty.
Variables ¶
View Source
var Levels = logrus.AllLevels
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.