pub fn decode_log_line(bytes: &[u8]) -> DecodedLineExpand description
Decode one raw log line: strip the terminator, classify, lossy-recover.
For readers that own their read loop. A tail -f follower cannot use
read_log_lines, which ends at EOF rather than waiting for more bytes, but
must classify identically instead of re-deriving this decision.