Documentation ¶
Index ¶
- type Logger
- func (l *Logger) Debug(msg string, fields ...log.Field)
- func (l *Logger) Debugf(format string, args ...interface{})
- func (l *Logger) Error(msg string, fields ...log.Field)
- func (l *Logger) Errorf(format string, args ...interface{})
- func (l *Logger) Fatal(msg string, fields ...log.Field)
- func (l *Logger) Fatalf(format string, args ...interface{})
- func (l *Logger) Fmt() log.Fmt
- func (l *Logger) Info(msg string, fields ...log.Field)
- func (l *Logger) Infof(format string, args ...interface{})
- func (l *Logger) Logger() log.Logger
- func (l *Logger) Structured() log.Structured
- func (l *Logger) Trace(msg string, fields ...log.Field)
- func (l *Logger) Tracef(format string, args ...interface{})
- func (l *Logger) Warn(msg string, fields ...log.Field)
- func (l *Logger) Warnf(format string, args ...interface{})
- func (l *Logger) WithName(name string) log.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct{}
Logger that does nothing
func (*Logger) Structured ¶
func (l *Logger) Structured() log.Structured
Structured returns structured logger
Click to show internal directories.
Click to hide internal directories.