|
Class Summary |
| ImportCBELogger |
This logger class extends org.eclipse.hyades.logging.commons.Logger by accepting
String objects as well as CommonBaseEvent objects in the trace method. |
| LogParserConstants |
Constants used by the RemoteLogParserLoader and ParserWrapper classes and the Log Import Wizard
to support Log and Trace Analyzer log import. |
| ParserWrapper |
This class is an implementation of the ILogParser interface and is used to
add log parsers to the Log Import wizard of Log and Trace Analyzer.
|
| RemoteLogParserLoader |
This class handles initialization (e.g. calling the setUserInput() API)
and invocation (e.g. calling the parse() API) of a remote log
file parser (org.eclipse.hyades.logging.parsers.importer.ILogParser)
based on the parameters passed to the main()API and
logs all parsed log record(s) to a Logging Agent.
|