Documentation
¶
Index ¶
- func Debugf(message string, values ...interface{})
- func Debugln(message string)
- func Errorf(message string, values ...interface{})
- func Errorln(message string)
- func Fatalf(message string, values ...interface{})
- func Fatalln(message string)
- func Infof(message string, values ...interface{})
- func Infoln(message string)
- func Warnf(message string, values ...interface{})
- func Warnln(message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(message string, values ...interface{})
Debugf ... Logs an debug message formatted
func Errorf ¶
func Errorf(message string, values ...interface{})
Errorf ... Logs an error message formatted
func Fatalf ¶
func Fatalf(message string, values ...interface{})
Fatalf ... Logs an fatal message formatted then calls panic()
func Infof ¶
func Infof(message string, values ...interface{})
Infof ... Logs an information message formatted
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.