org.rhq.plugins.apache
Class ApacheErrorLogEntryProcessor
java.lang.Object
org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
- All Implemented Interfaces:
- LogEntryProcessor
public class ApacheErrorLogEntryProcessor
- extends MultiLineLogEntryProcessor
A LogEntryProcessor for Apache HTTPd error log files.
- Author:
- Ian Springer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApacheErrorLogEntryProcessor
public ApacheErrorLogEntryProcessor(String eventType,
File logFile)
getPattern
protected Pattern getPattern()
- Specified by:
getPattern in class MultiLineLogEntryProcessor
getDefaultDateFormat
protected DateFormat getDefaultDateFormat()
- Specified by:
getDefaultDateFormat in class MultiLineLogEntryProcessor
processPrimaryLine
protected MultiLineLogEntryProcessor.LogEntry processPrimaryLine(Matcher matcher)
throws MultiLineLogEntryProcessor.ParseException
- Specified by:
processPrimaryLine in class MultiLineLogEntryProcessor
- Throws:
MultiLineLogEntryProcessor.ParseException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.