| Class | Description |
|---|---|
| CSVConverter |
Objects of this class produce a CSV string from a given log.
|
| LogAssistant |
A coommand line tool to perform some helpful operation
with the files of logs
|
| LogConverter |
The base class of the converters of the logs.
|
| LogFileExtractor |
An object to extract the logs that matches the given criteria.
|
| LogFileSplitter |
An object to split a log file in several other shorter file.
|
| TextConverter |
Convert a log into a simple ASCII text.
|
| TwikiTableConverter |
Convert a log into a twiki table (ASCII).
|
| XMLConverter |
Convert a log into XML.
|