|
Class Summary |
| AbstractAccessLogParser |
AbstractAccessLogParser is the abstract super class for the ApacheAccessLogParser.
|
| AbstractErrorLogParser |
AbstractErrorLogParser is the abstract superclass for the ApacheErrorLogParser.
|
| ApacheAccessLogParser |
ApacheAccessLogParser is a concrete subclass of the AbstractAccessLogParser,
and it provides the parser functions particular to Apache Web Server access logs. |
| ApacheErrorLogParser |
ApacheErrorLogParser is a concrete subclass of the AbstractErrorLogParser,
and it provides the parser functions particular to Apache Web Server error logs. |
| GLALogger |
Deprecated. This is really an internal implementation class of the
Generic Log Adapter remote log import support and should not be extended or
called by external applications. |
| GLALoggerFactory |
Deprecated. This is really an internal implementation class of the
Generic Log Adapter remote log import support and should not be extended or
called by external applications. |
| JavaLoggingXMLLogParser |
This is a static parser class to parse a Java Logging XML log. |
| LoggingParsersPlugin |
The Eclipse plugin class for org.eclipse.hyades.logging.parsers plugin.
|
| MonitoringParser |
MonitoringParser is the abstract superclass parser classes that can continuously monitor and parse
a log file. |
| Parser |
Parser is the abstract superclass for AbstractAccessLogParser and
AbstractErrorLogParser. |
| ParserConstants |
Constants used by the Parser class and its subclasses. |
| ParserUtilities |
General utility methods used by the Parser class and its subclasses. |
| RemoteLogParserLoader |
Deprecated. This class is since TPTP 4.0 and is replaced with
org.eclipse.hyades.logging.parsers.importer.RemoteLogParserLoader |
| SetConfig |
Class to generate the Agent Controller configuration file
for this plugin. |
| StatusMonitor |
Deprecated. This is really an internal implementation class of the
Generic Log Adapter remote log import support and should not be extended or
called by external applications. |