Classes
 ClassDescription
 BackupManager BackupManager is used internally by LogFileTarget to create backups of the log file (accordling to LogFileTarget sizeLimit property).
It can also be used publicly to get a collection (Vector of File objects) of archived files.
 DataLoader This class has the duty to fill a DataGrid asynchronously by using data returned by LogReader's read() method
 LogReader LogReader reads the content of log file asynchronously
It's used internally by LogWindow component (you can acces to it through logReader property) and perhaps you will never use it directly
 LogWriter Writes LogRecord objects to a log file.
This class is used internally by LogFileTarget and accessible through logWriter property