Documentation
¶
Index ¶
- func Debugf(format string, v ...interface{})
- func Debugln(msg ...interface{})
- func Errorf(format string, v ...interface{})
- func Errorln(msg ...interface{})
- func Infof(format string, v ...interface{})
- func Infoln(msg ...interface{})
- func Warnf(format string, v ...interface{})
- func Warnln(msg ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, v ...interface{})
Debugf logs to stdout if the verbose flag is set in the format of fmt.Printf
func Debugln ¶
func Debugln(msg ...interface{})
Debugln logs to stdout if the verbose flag is set in the format of fmt.Println
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf logs a string to stderr and exits the program with exit code 1 in the format of fmt.Fatalf
func Errorln ¶
func Errorln(msg ...interface{})
Errorln logs a string to stderr and exits the program with exit code 1 in the format of fmt.Fatalln
func Infof ¶
func Infof(format string, v ...interface{})
Infof logs to stdout in the format of fmt.Printf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.