Documentation ¶
Index ¶
- type Logger
- func (l *Logger) Debug(args ...interface{})
- func (l *Logger) Debugf(format string, v ...interface{})
- func (l *Logger) Debugln(args ...interface{})
- func (l *Logger) Debugw(message string, fields logger.KV)
- func (l *Logger) Error(args ...interface{})
- func (l *Logger) Errorf(format string, v ...interface{})
- func (l *Logger) Errorln(args ...interface{})
- func (l *Logger) Errorw(message string, fields logger.KV)
- func (l *Logger) Fatal(args ...interface{})
- func (l *Logger) Fatalf(format string, v ...interface{})
- func (l *Logger) Fatalln(args ...interface{})
- func (l *Logger) Fatalw(message string, fields logger.KV)
- func (l *Logger) Info(args ...interface{})
- func (l *Logger) Infof(format string, v ...interface{})
- func (l *Logger) Infoln(args ...interface{})
- func (l *Logger) Infow(message string, fields 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) Warnln(args ...interface{})
- func (l *Logger) Warnw(message string, fields 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.