Documentation
¶
Index ¶
- Constants
- func Debug(msg string)
- func Debugf(msg string, args ...interface{})
- func Error(msg string)
- func Errorf(msg string, args ...interface{})
- func Fatal(msg string)
- func Fatalf(msg string, args ...interface{})
- func Info(msg string)
- func Infof(msg string, args ...interface{})
- func Panic(msg string)
- func Panicf(msg string, args ...interface{})
- func SetLevel(l level)
- func Warn(msg string)
- func Warnf(msg string, args ...interface{})
Constants ¶
View Source
const ( LevelDebug level = 0 LevelInfo level = 1 LevelWarn level = 2 LevelError level = 3 LevelFatal level = 4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.