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 }