ConsoleWriter writes the logs to the console.
| 24 | |
| 25 | // ConsoleWriter writes the logs to the console. |
| 26 | type ConsoleWriter struct { |
| 27 | } |
| 28 | |
| 29 | // RollFileWriter struct for rotate logs by file size. |
| 30 | type RollFileWriter struct { |
nothing calls this directly
no outgoing calls
no test coverage detected