SetPrefix sets the log prefix of StdZinxLog
(prefix string)
| 41 | |
| 42 | // SetPrefix sets the log prefix of StdZinxLog |
| 43 | func SetPrefix(prefix string) { |
| 44 | StdZinxLog.SetPrefix(prefix) |
| 45 | } |
| 46 | |
| 47 | // SetLogFile sets the log file of StdZinxLog |
| 48 | func SetLogFile(fileDir string, fileName string) { |