public interface LogParserListener
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release any resources that were acquired during the initialization.
|
void |
foundLogRecord(long position,
ParsedLogRecord object)
Invoked when the parser parses a log record from an input stream.
|
void |
outputSummary(BufferedWriter writer,
Object... objects)
Invoked to output the summary after all the records have been parsed.
|
void foundLogRecord(long position,
ParsedLogRecord object)
object - void outputSummary(BufferedWriter writer, Object... objects) throws IOException
writer - objects - IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.