Interface | Description | |
---|---|---|
IPublisher | Basic publisher interface. |
Class | Description | |
---|---|---|
ConsolePublisher |
Publishes logging messages into the FlashInspector (if available) This publisher can be used in any enviroment as long as the FlashInspector is running. |
|
DefaultConfig | Abstract class for creating Logger instances with default publishers ( TracePublisher and ConsolePublisher ). | |
Level |
This abtract class contains definitions for the message's levels. The predefined levels are: ALL, LOG, DEBUG, INFO, WARN, ERROR, FATAL and NONE. |
|
LogEvent |
Represents a log message with information about the object to inspect, its level, the originator logger and other information. THIS CLASS IS USED INTERNALLY. |
|
Logger |
Main Class. This class contains methods for logging messages at differente levels. These messages can me basic types (strings, numbers, dates) or complex objects and MovieClips. There are also configuration methods. |
|
TracePublisher |
Publishes logging messages into the OUTPUT window of the Macromedia Flash editor. This publisher can only be used inside the Flash editor and uses the trace() command internally. |