| 44 | } |
| 45 | |
| 46 | type consoleEncoder struct { |
| 47 | *jsonEncoder |
| 48 | } |
| 49 | |
| 50 | // NewConsoleEncoder creates an encoder whose output is designed for human - |
| 51 | // rather than machine - consumption. It serializes the core log entry data |
nothing calls this directly
no outgoing calls
no test coverage detected