| 41 | ) |
| 42 | |
| 43 | type console struct { |
| 44 | writer *bufio.Writer |
| 45 | formatter *event.Formatter |
| 46 | colorFormatter *event.ColorFormatter |
| 47 | format format |
| 48 | } |
| 49 | |
| 50 | func init() { |
| 51 | outputs.Register(outputs.Console, initConsole) |
nothing calls this directly
no outgoing calls
no test coverage detected