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{})
- func SetLogger(logger logger.Logger)
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
func Fatal(args ...interface{})
Fatal logs an fatal message with the parameters. This will terminate the application
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf logs a formatted fatal message. This will terminate the application
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.