Parsers for the output of various layouts.
-
Parses a byte array, which is expected to contain exactly one log event.
LogEventParser.parseFrom(byte[] input,
int offset,
int length)
Parses a specified range in a byte array.
Parses a String, which is expected to contain exactly one log event.