package
Version:
v3.2.0
Opens a new window with list of versions in this module.
Published: Oct 21, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Level Level `confx:"level" usage:"Logging level" validate:"required,oneof=debug info warn error"`
}
const (
LevelDebug Level = "debug"
LevelInfo Level = "info"
LevelWarn Level = "warn"
LevelError Level = "error"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.