Documentation ¶
Index ¶
- type LogEntry
- type Logger
- func (l *Logger) Debug(f string, a ...interface{})
- func (l *Logger) Entries() []LogEntry
- func (l *Logger) Error(f string, a ...interface{})
- func (l *Logger) GetLevel() logging.Level
- func (l *Logger) Info(f string, a ...interface{})
- func (l *Logger) SetLevel(level logging.Level)
- func (l *Logger) Warn(f string, a ...interface{})
- func (l *Logger) WithFields(fields map[string]interface{}) logging.Logger
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 implementation that buffers messages for test purposes.
Click to show internal directories.
Click to hide internal directories.