Documentation
¶
Overview ¶
Package logger is responsible for logging.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Level sets the minimal logging level // values: debug, info (default), warn, warning, error, fatal, panic Level LogLevel `envconfig:"default=info"` }
Config is responsible for configuring logger.
Click to show internal directories.
Click to hide internal directories.