Documentation ¶
Index ¶
- type LogrusLoggerWrapper
- func (l *LogrusLoggerWrapper) Debugf(format string, params ...interface{})
- func (l *LogrusLoggerWrapper) Errorf(format string, params ...interface{})
- func (l *LogrusLoggerWrapper) Flush()
- func (l *LogrusLoggerWrapper) Infof(format string, params ...interface{})
- func (l *LogrusLoggerWrapper) Tracef(format string, params ...interface{})
- func (l *LogrusLoggerWrapper) Warnf(format string, params ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogrusLoggerWrapper ¶
type LogrusLoggerWrapper struct {
// contains filtered or unexported fields
}
func NewLogrusLogger ¶
func NewLogrusLogger(logger *logrus.Logger) *LogrusLoggerWrapper
func (*LogrusLoggerWrapper) Debugf ¶
func (l *LogrusLoggerWrapper) Debugf(format string, params ...interface{})
func (*LogrusLoggerWrapper) Errorf ¶
func (l *LogrusLoggerWrapper) Errorf(format string, params ...interface{})
func (*LogrusLoggerWrapper) Flush ¶
func (l *LogrusLoggerWrapper) Flush()
func (*LogrusLoggerWrapper) Infof ¶
func (l *LogrusLoggerWrapper) Infof(format string, params ...interface{})
func (*LogrusLoggerWrapper) Tracef ¶
func (l *LogrusLoggerWrapper) Tracef(format string, params ...interface{})
func (*LogrusLoggerWrapper) Warnf ¶
func (l *LogrusLoggerWrapper) Warnf(format string, params ...interface{})
Click to show internal directories.
Click to hide internal directories.