Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Settings{}
Functions ¶
func NewInvalidLogLevelError ¶ added in v0.31.0
Types ¶
type InvalidLogLevelError ¶ added in v0.31.0
func (InvalidLogLevelError) Error ¶ added in v0.31.0
func (err InvalidLogLevelError) Error() string
func (InvalidLogLevelError) Unwrap ¶ added in v0.31.0
func (err InvalidLogLevelError) Unwrap() error
type LoggerGetter ¶ added in v0.20.0
LoggerGetter is an interface that provides logger.
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
Settings stores configuration for logger.
func (*Settings) Flags ¶
func (l *Settings) Flags() []cli.Flag
Flags returns CLI flags for logger settings.
Click to show internal directories.
Click to hide internal directories.