Documentation ¶
Index ¶
- Variables
- func CreateLoggerOnce(level, filelevel uint8)
- func Debug(v ...interface{})
- func Debugf(format string, params ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, params ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, params ...interface{})
- func Info(v ...interface{})
- func Infof(format string, params ...interface{})
- func Panic(v ...interface{})
- func Panicf(format string, params ...interface{})
- func Warn(v ...interface{})
- func Warnf(format string, params ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PanicLevel = uint8(logrus.PanicLevel) FatalLevel = uint8(logrus.FatalLevel) ErrorLevel = uint8(logrus.ErrorLevel) WarnLevel = uint8(logrus.WarnLevel) InfoLevel = uint8(logrus.InfoLevel) DebugLevel = uint8(logrus.DebugLevel) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.