| 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, setNetworkPropertiespublic SystemLogParser(String fname)
public EventRecord parseLine(String line) throws IOException
parseLine in class LogParserline - the log line to be parsedIOExceptionprotected Calendar parseDate(String strDate, String strTime)
public String getInfo()
Copyright © 2009 The Apache Software Foundation