Documentation ¶
Index ¶
- Constants
- func Debugf(message string, args ...interface{})
- func Errorf(message string, args ...interface{})
- func Fatalf(message string, args ...interface{})
- func Infof(message string, args ...interface{})
- func SetLevel(i int)
- func Tracef(message string, args ...interface{})
- func Warnf(message string, args ...interface{})
Constants ¶
View Source
const ( LevelError = iota LevelWarn LevelInfo LevelDebug LevelTrace )
Variables ¶
This section is empty.
Functions ¶
func Fatalf ¶
func Fatalf(message string, args ...interface{})
Fatalf logs the error and exits with code 1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.