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
 AbstractLogger
org.as3commons.logging.impl Abstract base class for ILogger implementations.
 DefaultLogger
org.as3commons.logging.impl Default AS3Commons logging implementation of the ILogger interface that writes messages to the console using the trace() method.
 DefaultLoggerFactory
org.as3commons.logging.impl Default AS3Commons logger factory.
 FlexLogger
org.as3commons.logging.impl Logger decorator for the logging API in the Flex framework.
 FlexLoggerFactory
org.as3commons.logging.impl Logger factory that creates a logger from the Flex mx.logging.package.
 ILogger
org.as3commons.logging The main logging interface to abstract logger implementations.
 ILoggerFactory
org.as3commons.logging Interface to be implemented by all logger factories.
 LoggerFactory
org.as3commons.logging Use the LoggerFactory to obtain a logger.
 LoggerProxy
org.as3commons.logging Proxy for an ILogger implementation.
 LogLevel
org.as3commons.logging LogLevel enumeration
 MessageUtil
org.as3commons.logging.util Utilities for working with log messages.
 NullLogger
org.as3commons.logging.impl Null object implementation of the the ILogger interface.