public interface ACSLogParser
| Modifier and Type | Method and Description |
|---|---|
ILogEntry |
parse(java.lang.String xmlString)
Parses the xmlLog.
|
ILogEntry parse(java.lang.String xmlString) throws LogParseException
xmlString - the xml string to parse.LogParseException - if parsing problems are encountered.