Documentation ¶
Index ¶
- type Level
- type Logger
- func (l *Logger) Debug(message string)
- func (l *Logger) Debugf(format string, v ...interface{})
- func (l *Logger) Error(message string)
- func (l *Logger) Errorf(format string, v ...interface{})
- func (l *Logger) Fatal(message string)
- func (l *Logger) Fatalf(format string, v ...interface{})
- func (l *Logger) Info(message string)
- func (l *Logger) Infof(format string, v ...interface{})
- func (l *Logger) Print(message string)
- func (l *Logger) Printf(level Level, format string, v ...interface{})
- func (l *Logger) SetLevel(level Level)
- func (l *Logger) Trace(message string)
- func (l *Logger) Tracef(format string, v ...interface{})
- func (l *Logger) Warnf(format string, v ...interface{})
- func (l *Logger) Warning(message string)
- func (l *Logger) WithPrefix(prefix string) *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
}
func (*Logger) WithPrefix ¶
Click to show internal directories.
Click to hide internal directories.