Documentation ¶
Index ¶
- type Logger
- func (l *Logger) Debug(args ...interface{})
- func (l *Logger) Debugf(format string, v ...interface{})
- func (l *Logger) Debugw(msg string, KV logger.KV)
- func (l *Logger) Error(args ...interface{})
- func (l *Logger) Errorf(format string, v ...interface{})
- func (l *Logger) Errorw(msg string, KV logger.KV)
- func (l *Logger) Fatal(args ...interface{})
- func (l *Logger) Fatalf(format string, v ...interface{})
- func (l *Logger) Fatalw(msg string, KV logger.KV)
- func (l *Logger) Info(args ...interface{})
- func (l *Logger) Infof(format string, v ...interface{})
- func (l *Logger) Infow(msg string, KV logger.KV)
- func (l *Logger) SetConfig(config *logger.Config) error
- func (l *Logger) SetLevel(level logger.Level) error
- func (l *Logger) Warn(args ...interface{})
- func (l *Logger) Warnf(format string, v ...interface{})
- func (l *Logger) Warnw(msg string, KV logger.KV)
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.