Documentation
¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func F() (ret int)
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Init()
- func SetLevel(level logrus.Level)
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- func Where()
- func WithError(err error) *logrus.Entry
- func WithField(key string, value interface{}) *logrus.Entry
- func WithFields(fields logrus.Fields) *logrus.Entry
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Logger 全局日志实例 Logger = logrus.New() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.