Documentation
¶
Index ¶
- func Debug(args ...interface{})
- func Debugln(args ...interface{})
- func Fatal(args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func SetLevel(level logrus.Level)
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- func WithError(err error) *logrus.Entry
- func WithField(key string, value interface{}) *logrus.Entry
- func WithTestLogger(block func(logger *Logger)) *bytes.Buffer
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithTestLogger ¶
WithTestLogger exported method