Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Application string
Filepath string
MaxSize int // MaxSize the max size in MB of the logfile before it's rolled
MaxBackups int // MaxBackups the max number of rolled files to keep
MaxAge int // MaxAge the max age in days to keep a logfile
DebugLevel bool // DebugLevel bool
Compress bool // Compress logs archive
StdOut bool // stdout & stderr
}
Click to show internal directories.
Click to hide internal directories.