| | Class | Description |
| | CoreLoggerTarget |
This class provides the basic functionality required by the logging framework for a target implementation. |
| | FireBugTarget |
Provides a logger target that uses the FireBug console extension in Firefox to output log messages. |
| | LineFormattedTarget |
All logger target implementations that have a formatted line style output should extend this class. |
| | SocketTarget |
Basic implementation to creates socket targets. |
| | SOSTarget |
Provides a logger target that uses the SOS Max console to output log messages. |
| | TextFieldTarget |
Provides a logger target that uses a TextField to output log messages. |
| | TraceTarget |
Provides a logger target that uses the global trace() method to output log messages. |