Methods in de.hawlitzek.logparser that throw InvalidLogEntryException |
static java.lang.String |
LogEntry.parseLine(java.lang.String line)
parses a line in the (log entry) an return the used browser type
(fast method without creating LogEntry instances, only for detecting the browser type) |
static java.lang.String |
LogEntry.parseLine(java.lang.String line,
LogEntry logEntry)
parses a line in the (log entry) an return the used browser type
If a LogEntry instance is provided, the instance is filled with the entries detail data |
void |
FHDetailHttpLogParser.readFile(java.io.File file,
java.lang.String filterType,
java.lang.String[] filter)
read and parse a log file |