Public Member Functions | |
synchronized ILogEntry | parse (String string) throws LogParseException |
Package Functions | |
ACSLogParserDOM () throws ParserConfigurationException | |
Private Member Functions | |
void | initialize () throws ParserConfigurationException |
Private Attributes | |
DocumentBuilder | builder = null |
It will typically get the string from the ACSStructuredPushConsumer class where the logs get delivered from the CORBA Logging Service.
|
ACSLogParserDOM constructor comment. |
|
|
|
Parses the xmlLog. This method must be synchronized to ensure that the parser parses only one log at a time.
Implements alma::acs::logging::engine::parser::ACSLogParser.
|
|
|