Documentation
¶
Index ¶
- type Level
- type LogWriter
- type Logger
- func (l *Logger) Debugf(format string, v ...any)
- func (l *Logger) Errorf(format string, v ...any)
- func (l *Logger) Infof(format string, v ...any)
- func (l *Logger) Level() Level
- func (l *Logger) Printf(format string, v ...any)
- func (l *Logger) SetLevel(lvl Level)
- func (l *Logger) ShouldLevel(lvl Level) bool
- func (l *Logger) Tracef(format string, v ...any)
- func (l *Logger) Warnf(format string, v ...any)
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) ShouldLevel ¶
Click to show internal directories.
Click to hide internal directories.