Documentation ¶
Index ¶
- func Debug(arg ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(arg ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(arg ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(arg ...interface{})
- func Infof(format string, args ...interface{})
- func Print(arg ...interface{})
- func Printf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf func prints the formatted arguments to stdout
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf func prints the formatted arguments to stderr
func Fatal ¶
func Fatal(arg ...interface{})
Fatal func prints the arguments to stderr and exits with code 0
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf func prints the formatted arguments to stderr and exits with code 0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.