Documentation
¶
Index ¶
- Variables
- func Debug(msg string)
- func Debugf(msg string, args ...interface{})
- func Error(msg string)
- func Errorf(msg string, args ...interface{})
- func Info(msg string)
- func Infof(msg string, args ...interface{})
- func InitLogger() *logrus.Logger
- func ParseLogLevel(logLevel string) error
- func Warn(msg string)
- func Warnf(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = InitLogger()
Functions ¶
func InitLogger ¶ added in v0.27.0
func ParseLogLevel ¶ added in v0.33.0
ParseLogLevel parses the log level from the CLI and sets the log level
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.