Documentation ¶
Index ¶
- Constants
- func Debug(msg interface{})
- func DebugDo(f func())
- func Debugf(format string, msg ...interface{})
- func Error(msg interface{})
- func Errorf(format string, msg ...interface{})
- func Info(msg interface{})
- func Infof(format string, msg ...interface{})
- func IsDebug() bool
- func Warn(msg interface{})
- func Warnf(format string, msg ...interface{})
Constants ¶
View Source
const ( LevelDebug = "Debug" LevelInfo = "Info" LevelWarn = "Warn" LevelError = "Error" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.