Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ConsolePublisher
com.luminicbox.log Publishes logging messages into the FlashInspector (if available)
This publisher can be used in any enviroment as long as the FlashInspector is running.
 DefaultConfig
com.luminicbox.log Abstract class for creating Logger instances with default publishers ( TracePublisher and ConsolePublisher ).
 IPublisher
com.luminicbox.log Basic publisher interface.
 Level
com.luminicbox.log This abtract class contains definitions for the message's levels.
The predefined levels are: ALL, LOG, DEBUG, INFO, WARN, ERROR, FATAL and NONE.
 LogEvent
com.luminicbox.log 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
com.luminicbox.log 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.
 StringUtil
com.luminicbox.util Static class containing string utilities.
 TracePublisher
com.luminicbox.log 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.