Documentation
¶
Index ¶
- func Colorable(w io.Writer) bool
- type Base
- func (b *Base) Debug(...any)
- func (b *Base) Debugf(string, ...any)
- func (b *Base) Error(...any)
- func (b *Base) Errorf(string, ...any)
- func (b *Base) Fatal(...any)
- func (b *Base) Fatalf(string, ...any)
- func (b *Base) Info(...any)
- func (b *Base) Infof(string, ...any)
- func (b *Base) SetLevel(string)
- func (b *Base) Warn(...any)
- func (b *Base) Warnf(string, ...any)
- type LevelSetter
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LevelSetter ¶
type LevelSetter interface {
SetLevel(string)
}
Click to show internal directories.
Click to hide internal directories.