Documentation ¶
Index ¶
- func ConfigureLogger(ctx *cli.Context)
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Fatal(msg string, args ...interface{})
- func Info(msg string, args ...interface{})
- func Lazy(fn func() string, logLevel string)
- func Panic(msg string, args ...interface{})
- func SetLevelInt(level int)
- func SetLevelString(level string)
- func Trace(msg string, args ...interface{})
- func Warn(msg string, args ...interface{})
- type Logger
- func (l Logger) Debug(msg string, args ...interface{})
- func (l Logger) Error(msg string, args ...interface{})
- func (l Logger) Fatal(msg string, args ...interface{})
- func (l Logger) Info(msg string, args ...interface{})
- func (l Logger) Panic(msg string, args ...interface{})
- func (l Logger) Trace(msg string, args ...interface{})
- func (l Logger) Warn(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureLogger ¶
func ConfigureLogger(ctx *cli.Context)
func SetLevelInt ¶
func SetLevelInt(level int)
func SetLevelString ¶
func SetLevelString(level string)
Types ¶
Click to show internal directories.
Click to hide internal directories.