| 20 | } |
| 21 | |
| 22 | type xLog struct { |
| 23 | logRootPath string |
| 24 | logChan_Custom chan chanLog |
| 25 | enabledLog bool |
| 26 | enabledConsole bool |
| 27 | } |
| 28 | |
| 29 | // NewXLog create new xLog |
| 30 | func NewXLog() *xLog { |
nothing calls this directly
no outgoing calls
no test coverage detected