Documentation ¶
Index ¶
- type Logger
- func (this *Logger) Debug(args ...interface{})
- func (this *Logger) Debugf(format string, args ...interface{})
- func (this *Logger) Error(args ...interface{})
- func (*Logger) Exit(code int)
- func (this *Logger) GetLevel() logging.Level
- func (this *Logger) Info(args ...interface{})
- func (this *Logger) Infof(format string, args ...interface{})
- func (this *Logger) SetFormatter(formatter logging.Formatter)
- func (this *Logger) SetLevel(lvl logging.Level)
- func (this *Logger) Warn(args ...interface{})
- func (this *Logger) Warnf(format string, args ...interface{})
- func (this *Logger) WithError(err error) logging.Logger
- func (this *Logger) WithField(keys string, value interface{}) logging.Logger
- func (this *Logger) WithFields(fields logging.Fields) logging.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.