org.jwall.log.io
Class ErrorLogParser
java.lang.Object
org.jwall.log.io.GenericLogParser
org.jwall.log.io.ErrorLogParser
- All Implemented Interfaces:
- Serializable, Parser<LogMessage>
public class ErrorLogParser
- extends GenericLogParser
A simple reader for Apache error log messages.
- Author:
- Christian Bockermann <chris@jwall.org>
- See Also:
- Serialized Form
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
DATE_PATTERN
public static final String DATE_PATTERN
- See Also:
- Constant Field Values
ErrorLogParser
public ErrorLogParser()
parse
public LogMessage parse(String line)
throws ParseException
- Specified by:
parse in interface Parser<LogMessage>- Overrides:
parse in class GenericLogParser
- Throws:
ParseException- See Also:
LogReader.readNext()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012 jwall.org. All Rights Reserved.