Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(s string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(s string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(s string, args ...interface{})
- func Info(args ...interface{})
- func Infof(s string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(s string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(s string, args ...interface{})
Debugf implements the debug logging level with a format string
func Errorf ¶
func Errorf(s string, args ...interface{})
Errorf implements the error logging level with a format string
func Fatalf ¶
func Fatalf(s string, args ...interface{})
Fatalf implements the fatal logging level with a format string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.