Documentation
¶
Index ¶
- func Debug(args ...interface{})
- func Error(args ...interface{})
- func GetLevel() logrus.Level
- func Info(args ...interface{})
- func SetFormatter(formatter logrus.Formatter)
- func SetLevel(level logrus.Level)
- func SetOutput(out io.Writer)
- func StandardLogger() *logrus.Logger
- func Warn(args ...interface{})
- type CustomLogger
- type LogFormatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(args ...interface{})
Error method overrides logrus.Error with additional custom logic
func SetFormatter ¶
func StandardLogger ¶
Types ¶
type CustomLogger ¶
CustomLogger wraps logrus.Logger and extends the Error method
type LogFormatter ¶
type LogFormatter struct{}
Click to show internal directories.
Click to hide internal directories.