Documentation
¶
Index ¶
- Constants
- func AddHook(hook logrus.Hook)
- func Debug(args ...interface{})
- func Error(args ...interface{})
- func Fatal(args ...interface{})
- func GetEntry() *logrus.Entry
- func Info(args ...interface{})
- func Init() error
- func Log(level Level, v ...interface{})
- func Logf(level Level, format string, v ...interface{})
- func Panic(args ...interface{})
- func Trace(args ...interface{})
- func V(lv Level) bool
- func Warn(args ...interface{})
- type Level
- type Logger
- type Logrus
Constants ¶
View Source
const ( PanicLevel = logrus.PanicLevel FatalLevel = logrus.FatalLevel ErrorLevel = logrus.ErrorLevel WarnLevel = logrus.WarnLevel InfoLevel = logrus.InfoLevel DebugLevel = logrus.DebugLevel TraceLevel = logrus.TraceLevel )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.