On 2017-07-23 22:01, Gary Gregory wrote:
@Override
public LogEvent parseFrom(InputStream input) throws IOException,
ParseException {
return objectReader.readValue(input);
}
On 2017-07-23 22:01, Gary Gregory wrote:
@Override
public LogEvent parseFrom(InputStream input) throws IOException,
ParseException {
return objectReader.readValue(input);
}