Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debug(args ...interface{})
Debugf(format string, args ...interface{})
Info(args ...interface{})
Infof(format string, args ...interface{})
Done(args ...interface{})
Donef(format string, args ...interface{})
Warn(args ...interface{})
Warnf(format string, args ...interface{})
Error(args ...interface{})
Errorf(format string, args ...interface{})
Fatal(args ...interface{})
Fatalf(format string, args ...interface{})
Print(level logrus.Level, args ...interface{})
Printf(level logrus.Level, format string, args ...interface{})
SetLevel(level logrus.Level)
GetLevel() logrus.Level
}
Logger defines the common logging interface
type SimpleLogger ¶ added in v0.0.17
type SimpleLogger interface {
Infof(format string, args ...interface{})
}
Click to show internal directories.
Click to hide internal directories.