package config type Log struct { Director string `ini:"director"` Levels []int64 `ini:"levels"` ShowLine bool `ini:"showLine"` LogInConsole bool `ini:"logInConsole"` Prefix string `ini:"prefix"` MaxAge int `ini:"maxAge"` MaxSize int `ini:"maxSize"` MaxBackups int `ini:"maxBackups"` }