package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Sep 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogConf struct {
Level string `yaml:"level"`
File string `yaml:"file"`
Json bool `yaml:"json"`
Console bool `yaml:"console"`
}
type Logger struct {
Dir string `yaml:"dir"`
MaxSize int `yaml:"maxSize"`
MaxBackups int `yaml:"maxBackups"`
MaxAge int `yaml:"maxAge"`
Compress bool `yaml:"compress"`
Line bool `yaml:"line"`
Console bool `yaml:"console"`
Json bool `yaml:"json"`
Loggers map[string]*LogConf `yaml:"loggers"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.