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.


 ClassPackageDescription
 AbstractLogWriter
de.flamelab.log Abstract class for all writer implementations.
 ILogFilter
de.flamelab.log Interface for filter implementations.
 ILogFormatter
de.flamelab.log Interface for formatter implementations.
 Log
de.flamelab.log Basic logging class which manages writers and starts logging action.
 LogErrorEvent
de.flamelab.log Event class for log errors.
 LogEvent
de.flamelab.log Event class for log event.
 LogFactory
de.flamelab.log Factory class for generating concrete writer instances.
 LogFilterPriority
de.flamelab.log Concrete Log filter implementation.
 LogFilterRegex
de.flamelab.log Concrete Log filter implementation.
 LogFormatterSimple
de.flamelab.log Concrete Log formatter implementation.
 LogRegistry
de.flamelab.log Registry class for log instances.
 LogWriterAirFile
de.flamelab.log Concrete writer class for logging messages to a log file on the clients file system.
 LogWriterAirSqlite
de.flamelab.log Concrete writer class for logging messages to a sqlite database on the client.
 LogWriterFirebug
de.flamelab.log Concrete writer class for logging messages to the Firebug console of a the Firefox browser.