Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(args ...interface{})
Debug logs a message that should only be shown only in debug.
func Error ¶
func Error(args ...interface{})
Error logs a message that is a recoverable error. For unrecoverable errors, use Fatal() instead.
func Fatal ¶
func Fatal(args ...interface{})
Fatal logs an unrecoverable error. For recoverable errors, use Error() instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.