Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Level string `yaml:"level"` Encoding string `yaml:"encoding"` CallFull bool `yaml:"call_full"` MaxSize int `yaml:"max_size"` MaxAge int `yaml:"max_age"` MaxBackups int `yaml:"max_backups"` LocalTime bool `yaml:"local_time"` Compress bool `yaml:"compress"` Color bool `yaml:"color"` AddCaller bool `yaml:"add_caller"` }
Click to show internal directories.
Click to hide internal directories.