| | Class | Description |
|---|
| | FlexLogger |
The FlexLogger implements Flex's ILoggingTarget
and allows this way to route the events sent to Flex's system straight to
the as3commons system. |
| | FlexUnitListener |
This listener sends log statements produced by the FlexUnit framework
to the as3commons logging system. |
| | Log5FIntegration |
Appender to the Log5F framework that redirects statements to the Log5F framework
to the as3commons logging setup. |
| | LogMeisterIntegration |
This integration passes messages to the LogMeister framework on to the
as3commons framework. |
| | MaashaackIntegration |
MaashaackIntegration offers a way to send log messages deployed
via Maashacks system to the as3commons system. |
| | MateIntegration |
Once instanciated it will add itself as debugger to the MateManager
and redirect all Mate log statements to as3commons. |
| | OSMFIntegration |
OSMFIntegration can be used send statements sent to the OSMF
logging system to redirect them to the as3commons logging system. |
| | PushButtonIntegration |
PushButtonIntegration can be used as ILogAppender
for the Push Button Engine that sends all log requests to as3commons. |
| | SLF4ASIntegration |
SLF4ASIntegration redirects statements from the slf4as framework
to the as3commons logging targets;
Example:
import com.furusystems.logging.slf4as.Logging;
import org.as3commons.logging.integration.SLF4ASIntegration;
Logging.logBinding = new SLF4ASIntegration();
Note: This version is built for r25.
Note: There is no swc in the wild for SLF4AS, it does however get
shipped with the DConsole
|
| | SpiceLibIntegration |
SpiceLibIntegration sends log statements from SpiceLib
to the as3commons. |
| | SwizIntegration |
SwizIntegration can be used as LoggingTarget
for the Swizframework that sends all log requests to as3commons. |
| | YUILoggerFactory |
YUILoggerFactory provides a integration into the YUI framework. |