Documentation ¶
Index ¶
- type Logger
- func (n *Logger) Debug(_ ...interface{})
- func (n *Logger) Debugf(_ string, _ ...interface{})
- func (n *Logger) Error(_ ...interface{})
- func (n *Logger) Errorf(_ string, _ ...interface{})
- func (n *Logger) Info(_ ...interface{})
- func (n *Logger) Infof(_ string, _ ...interface{})
- func (n *Logger) Level() log.Level
- func (n *Logger) Panic(args ...interface{})
- func (n *Logger) Panicf(format string, args ...interface{})
- func (n *Logger) Warn(_ ...interface{})
- func (n *Logger) Warnf(_ string, _ ...interface{})
- func (n *Logger) WithError(_ error) log.Logger
- func (n *Logger) WithField(_ string, _ interface{}) log.Logger
- func (n *Logger) WithFields(_ log.Fields) log.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.