logx.go 119 B

123456789
  1. package entity
  2. //日志信息
  3. type Logc struct {
  4. Mode string
  5. Path string
  6. Level []string
  7. KeepDays int
  8. }