Interface LogParserListener


  • public interface LogParserListener
    Author:
    sanshriv
    • Method Detail

      • foundLogRecord

        void foundLogRecord​(long position,
                            ParsedLogRecord object)
        Invoked when the parser parses a log record from an input stream.
        Parameters:
        object -
      • outputSummary

        void outputSummary​(BufferedWriter writer,
                           Object... objects)
                    throws IOException
        Invoked to output the summary after all the records have been parsed.
        Parameters:
        writer -
        objects -
        Throws:
        IOException
      • close

        void close()
            throws IOException
        Release any resources that were acquired during the initialization.
        Throws:
        IOException