SetLogFile sets the log file of StdZinxLog
(fileDir string, fileName string)
| 46 | |
| 47 | // SetLogFile sets the log file of StdZinxLog |
| 48 | func SetLogFile(fileDir string, fileName string) { |
| 49 | StdZinxLog.SetLogFile(fileDir, fileName) |
| 50 | } |
| 51 | |
| 52 | // SetMaxAge 最大保留天数 |
| 53 | func SetMaxAge(ma int) { |