Documentation ¶
Index ¶
- Variables
- func Debug(a ...interface{})
- func Debugf(format string, a ...interface{})
- func Debugln(a ...interface{})
- func Error(a ...interface{})
- func Errorf(format string, a ...interface{})
- func Errorln(a ...interface{})
- func Info(a ...interface{})
- func Infof(format string, a ...interface{})
- func Infoln(a ...interface{})
- func Infor(format string, a ...interface{})
- func SetLevel(l Level)
- func Warning(a ...interface{})
- func Warningf(format string, a ...interface{})
- func Warningln(a ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var Out io.Writer = os.Stderr
Out represents the writer to print the log messages to. This is used for tests.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.