Interface LogParser
-
- All Known Implementing Classes:
RawLogParser
public interface LogParser- Author:
- sanshriv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparseLog(BufferedReader reader, LogParserListener listener)
-
-
-
Method Detail
-
parseLog
void parseLog(BufferedReader reader, LogParserListener listener) throws LogParserException
- Parameters:
input-query-listener-- Throws:
LogParserException
-
-