public class ACSLogParserDOM extends java.lang.Object implements ACSLogParser
It will typically get the string from the ACSStructuredPushConsumer class where the logs get delivered from the CORBA Logging Service.
| Modifier and Type | Method and Description |
|---|---|
ILogEntry |
parse(java.lang.String string)
Parses the xmlLog.
|
public ILogEntry parse(java.lang.String string) throws LogParseException
ACSLogParserparse in interface ACSLogParserstring - the xml string to parse.LogParseException - if parsing problems are encountered.