Documentation
¶
Index ¶
- func Debugf(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func LogrusLogger() *logrus.Logger
- func PanicExit(err error)
- func Warningf(format string, args ...interface{})
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf logs to the ERROR, WARN, and INFO logs.
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf logs an error message and then exits
func LogrusLogger ¶
LogrusLogger returns the logrus logger used by the underlying logger.
Types ¶
Click to show internal directories.
Click to hide internal directories.