Documentation
¶
Index ¶
- Variables
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func SetDefaultLogger(l Logger)
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
- type Logger
- type LoggerFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose bool
Verbose decides whether the informatc logs should be output.
Functions ¶
Types ¶
type LoggerFunc ¶ added in v0.12.2
type LoggerFunc func(format string, a ...interface{})
LoggerFunc implements Logger
func (LoggerFunc) Printf ¶ added in v0.12.2
func (f LoggerFunc) Printf(format string, a ...interface{})
Click to show internal directories.
Click to hide internal directories.