Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbstractFilterDecorator
| com.daveoncode.logging.filters | The base abstract class of all concrete filters. | |
| BackupManager
| com.daveoncode.logging.io |
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. |
|
| BackupManagerEvent
| com.daveoncode.logging.events | Event dispatched by BackupManager | |
| CategoryFilter
| com.daveoncode.logging.filters | Filter applied to log's category | |
| DataLoader
| com.daveoncode.logging.io | This class has the duty to fill a DataGrid asynchronously by using data returned by LogReader's read() method | |
| DataLoaderEvent
| com.daveoncode.logging.events | Event dispatched by DataLoader | |
| DateFilter
| com.daveoncode.logging.filters | Filter applied to log's date | |
| Filter
| com.daveoncode.logging.filters | The only pourpose of Filter is to be wrapped by one or more filters (classes which extend AbstractFilter) | |
| IFilter
| com.daveoncode.logging.filters | Defines a common interface that must be implemented by all the filters. | |
| InvalidGridHeadersError
| com.daveoncode.logging.errors | This error is throw when the Vector passed to LogRecord.createDataGridColumns() doesn't provide all the headers labels (its length is less than 5) | |
| InvalidLogFileTargedError
| com.daveoncode.logging.errors | This error is throw when a File reference is invalid | |
| LevelFilter
| com.daveoncode.logging.filters | Filter applied to log's level (warning, info, error...) | |
| LogFileTarget
| com.daveoncode.logging | This class is the most important of com.daveoncode.logging package, it's objective is to extend Flex's loggin framework in order to write log messages to a file. | |
| LogReader
| com.daveoncode.logging.io |
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 |
|
| LogReaderEvent
| com.daveoncode.logging.events | Event dispatched by LogReader | |
| LogRecord
| com.daveoncode.logging | Represents a line of text that will be written in the log file | |
| LogWindow
| com.daveoncode.logging.ui | LogWindow is an UI component which display the content of a log file into a DataGrid and provides a toolbar to filter data. | |
| LogWriter
| com.daveoncode.logging.io |
Writes LogRecord objects to a log file. This class is used internally by LogFileTarget and accessible through logWriter property |
|
| LogWriterEvent
| com.daveoncode.logging.events | Event dispatched by LogWriter |