Documentation ¶
Index ¶
- type Logger
- func (l *Logger) Close() error
- func (l Logger) Debug(args ...interface{})
- func (l Logger) Debugf(format string, args ...interface{})
- func (l Logger) Debugln(args ...interface{})
- func (l Logger) Error(args ...interface{})
- func (l Logger) Errorf(format string, args ...interface{})
- func (l Logger) Errorln(args ...interface{})
- func (l Logger) Fatal(args ...interface{})
- func (l Logger) Fatalf(format string, args ...interface{})
- func (l Logger) Fatalln(args ...interface{})
- func (l Logger) Info(args ...interface{})
- func (l Logger) Infof(format string, args ...interface{})
- func (l Logger) Infoln(args ...interface{})
- func (l Logger) Print(args ...interface{})
- func (l Logger) Printf(format string, args ...interface{})
- func (l Logger) Println(args ...interface{})
- func (l Logger) V(level int) bool
- func (l Logger) Warning(args ...interface{})
- func (l Logger) Warningf(format string, args ...interface{})
- func (l Logger) Warningln(args ...interface{})
- func (l Logger) WithError(err error) log.Logger
- func (l Logger) WithField(key string, value interface{}) log.Logger
- func (l Logger) WithFields(fields map[string]interface{}) log.Logger
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (Logger) WithFields ¶
Click to show internal directories.
Click to hide internal directories.