Logging Framework API for Flash
| Interface | Description | |
|---|---|---|
| Appender | An Appender is a target for log output. | |
| FlashLogFactory |
A LogFactory is responsible for creating and caching Logger instances
and offers configuration options for setting log levels and adding Appender instances. |
|
| FlashLogger | All logging operations are done through this interface. |
| Class | Description | |
|---|---|---|
| FlashLogUtil | Static utility methods for formatting log output. | |
| LogEvent |
Event that fires when a log method is invoked in a FlashLogger instance. |
|
| LogLevel | Defines constants for the different log levels used in the framework. |