Decode decodes the next log message from the stream
()
| 98 | Reset(io.Reader) |
| 99 | // Decode decodes the next log message from the stream |
| 100 | Decode() (*logger.Message, error) |
| 101 | // Close signals to the decoder that it can release whatever resources it was using. |
| 102 | Close() |
| 103 | } |
no outgoing calls