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