| Interface | Description |
|---|---|
| ACSLogParser |
Interface to allow different types of parsers to be plugged in.
|
| Class | Description |
|---|---|
| ACSLogParserDOM |
ACSLogParserDOM is used for parsing an xml string (representing an XML element such as <Info>,<Debug> and so on)
to produce a valid LogEntryXML.
|
| ACSLogParserFactory |
A factory to build parsers.
|
| ACSLogParserVTD |
ACSLogParserVTD uses the VTD XML parser to parse XML logs.
|
| Enum | Description |
|---|---|
| ACSLogParserFactory.ParserTypes |
The supported parsers.
|