You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
414 B

package logx
type LogConf struct {
ServiceName string
Mode string
Encoding string
TimeFormat string
Path string
Level string
MaxContentLength uint32
Compress bool
Stat bool
KeepDays int
StackCooldownMillis int
MaxBackups int
MaxSize int
Rotation string
}