int oldLimit = in.pushLimit(length);
protobuf.clear();
protobuf.mergeFrom(in);
JobLogLine line = new JobLogLine();
line.level = protobuf.getLevel();
line.timestamp = protobuf.getTimestamp();
line.message = protobuf.getMessage();
line.type = protobuf.getType();
if (protobuf.hasException()) {