Constructor and Description |
---|
SystemLogParser(String fname)
Create a new parser object .
|
Modifier and Type | Method and Description |
---|---|
String |
getInfo()
Return a String with information about this class
|
protected Calendar |
parseDate(String strDate,
String strTime)
Parse a date found in the system log.
|
EventRecord |
parseLine(String line)
Parses one line of the log.
|
checkForRotation, getNext, getReader, monitor, monitor, setNetworkProperties
public SystemLogParser(String fname)
public EventRecord parseLine(String line) throws IOException
parseLine
in class LogParser
line
- the log line to be parsedIOException
protected Calendar parseDate(String strDate, String strTime)
public String getInfo()
Copyright © 2010 The Apache Software Foundation