The mx.logging package contains the logging classes.
Interfaces
| | Interface | Description |
| | ILogger |
All loggers within the logging framework must implement this interface. |
| | ILoggingTarget |
All logger target implementations within the logging framework
must implement this interface. |
Classes
| | Class | Description |
| | AbstractTarget |
This class provides the basic functionality required by the logging framework
for a target implementation. |
| | Log |
Provides psuedo-hierarchical logging capabilities with multiple format and
output options. |
| | LogEvent |
Represents the log information for a single logging event. |
| | LogEventLevel |
Static class containing constants for use in the level
property. |
| | LogLogger |
The logger that is used within the logging framework. |
© 2004-2006 Adobe Systems Incorporated. All rights reserved.
Fri Mar 16 2007, 3:23 PM GMT-07:00