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 ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger of go standard logger
func (*Logger) Debugln ¶
func (l *Logger) Debugln(args ...interface{})
Debugln log using standard logger
func (*Logger) Errorln ¶
func (l *Logger) Errorln(args ...interface{})
Errorln log using standard logger
func (*Logger) Fatalln ¶
func (l *Logger) Fatalln(args ...interface{})
Fatalln log using standard logger
func (*Logger) Infoln ¶
func (l *Logger) Infoln(args ...interface{})
Infoln log using standard logger
Click to show internal directories.
Click to hide internal directories.