package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: May 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DirectMode = "Direct"
ClientMode = "Client"
ServerMode = "Server"
)
type Log struct {
Filename string `yaml:""`
Level string `yaml:",default=info"`
MaxBackups int `yaml:",default=7"`
MaxSize int `yaml:",default=500"`
MaxAge int `yaml:",default=28"`
Compress bool `yaml:",default=true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.