| | Class | Description |
| | AbstractLogger |
Abstract base class for ILogger implementations. |
| | DefaultLogger |
Default AS3Commons logging implementation of the ILogger interface that writes messages to the console using
the trace() method. |
| | DefaultLoggerFactory |
Default AS3Commons logger factory. |
| | FlexLogger |
Logger decorator for the logging API in the Flex framework. |
| | FlexLoggerFactory |
Logger factory that creates a logger from the Flex mx.logging.package. |
| | NullLogger |
Null object implementation of the the ILogger interface. |