ClassPackageDescription
 _51383bcb8a7942b574db3e3b2eb8fe64cebfffe5f4028c4f829e45910e792780_mx_core_FlexModuleFactory
Top Level 
 AirFileTarget
org.as3commons.logging.setup.target AirFileTarget logs statements to a log file on the hard disk.
 AlconTarget
org.as3commons.logging.setup.target AlconTarget sends log statements to the Alcon-Air application.
 ArthropodTarget
org.as3commons.logging.setup.target Sends log statements to the Athropod Logging client.
 ASAPTarget
org.as3commons.logging.setup.target ASAPTarget can be used to send statements from your code that uses as3commons-logging to your Asap library setup.
 BufferTarget
org.as3commons.logging.setup.target The BufferTarget allows to store log statements for a unlimited amount of time for a optionally restrictable amount of statements.
 ChainsawGateway
org.as3commons.logging.setup.target ChainsawGateway sends events to Chainsaw, a tool from the log4j platform.
 ChainsawTarget
org.as3commons.logging.setup.target ChainsawTarget sends events to Chainsaw, a tool from the log4j platform.
 ConditionalBuffer
org.as3commons.logging.setup.target A ConditionalBuffer stores statements sent to it until a certain condition is met.
 DConsoleTarget
org.as3commons.logging.setup.target DConsoleTarget sends log messages directly to the Doomsday console.
 FatalBuffer
org.as3commons.logging.setup.target FatalBuffer passes all statements sent to it to another target once one fatal statement was sent.
 FirebugTarget
org.as3commons.logging.setup.target FirebugTarget sends the output to the Firebug console.
 FlashConsoleTarget
org.as3commons.logging.setup.target FlashConsoleTarget sends log statements to the FlashConsole user interface by Lu-Aye Oo.
 FlexLogger
org.as3commons.logging.integration The FlexLogger implements Flex's ILoggingTarget and allows this way to route the events sent to Flex's system straight to the as3commons system.
 FlexLogTarget
org.as3commons.logging.setup.target Target that sends the targets to the mx.logging log system from Flex.
 FlexUnitListener
org.as3commons.logging.integration This listener sends log statements produced by the FlexUnit framework to the as3commons logging system.
 FrameBufferTarget
org.as3commons.logging.setup.target FrameBufferTarget limits the amount of log statements that get written to another log target per frame.
 HierarchicalSetup
org.as3commons.logging.setup Heritance based setup process much like log4j.
 IAsyncLogTarget
org.as3commons.logging.setup.target Defines a target that needs to store data before logging it.
 IColorableLogTarget
org.as3commons.logging.setup.target This interface describes targets that allow coloring of log statements.
 IFormattingLogTarget
org.as3commons.logging.setup.target A IFormattingLogTarget is a ILogTarget that formats the input to a string.
 ILogger
org.as3commons.logging.api A ILogger defines the public access for any kind of logging request.
 ILogSetup
org.as3commons.logging.api ILogSetup augments Logger instances created by LoggerFactory which effectively allows to setup the logging process.
 ILogTarget
org.as3commons.logging.setup A ILogTarget implementation is to log statements to a target.
 LevelTargetSetup
org.as3commons.logging.setup LevelTargetSetup can limit a ILogTarget to be used just for certain levels.
 Log4JStyleSetup
org.as3commons.logging.setup.log4j Log4JStyleSetup is a setup that works much like the log4j properties format, without the text part.
 Log5FIntegration
org.as3commons.logging.integration Appender to the Log5F framework that redirects statements to the Log5F framework to the as3commons logging setup.
 Log5FTarget
org.as3commons.logging.setup.target Sends all messages to the Log5f framework.
 Logger
org.as3commons.logging.api Proxy for an ILogger implementation.
 LoggerFactory
org.as3commons.logging.api Use the LoggerFactory to obtain a logger.
 LogMeisterIntegration
org.as3commons.logging.integration This integration passes messages to the LogMeister framework on to the as3commons framework.
 LogMeisterTarget
org.as3commons.logging.setup.target Sends statement to the LogMeister logging framework.
 LogMessageFormatter
org.as3commons.logging.util A Formatter that formats a message string using a pattern.
 LogSetupLevel
org.as3commons.logging.setup LogSetupLevel, in contrary to the LogLevel, can is made to allow certain levels to be activated/deactivated.
 LogStatement
org.as3commons.logging.setup.target LogStatement is a data holder for the content of one log statement.
 MaashaackIntegration
org.as3commons.logging.integration MaashaackIntegration offers a way to send log messages deployed via Maashacks system to the as3commons system.
 MaashaackTarget
org.as3commons.logging.setup.target MaashaackTarget sents messages to the Maashaack logging system.
 MateIntegration
org.as3commons.logging.integration Once instanciated it will add itself as debugger to the MateManager and redirect all Mate log statements to as3commons.
 MateTarget
org.as3commons.logging.setup.target Logger that allows tracing to the current configuration in Mate.
 MergedSetup
org.as3commons.logging.setup 
 MergedTarget
org.as3commons.logging.setup.target MergedTarget routes a log statement to two ILogTargets.
 MonsterDebugger3LogTarget
org.as3commons.logging.setup.target MonsterDebugger3LogTarget uses the log statement to address the Monster Debugger 3 console.
 MonsterDebugger3TraceTarget
org.as3commons.logging.setup.target MonsterDebugger3TraceTarget traces directly to the Monster Debugger 3 console.
 MonsterDebuggerTarget
org.as3commons.logging.setup.target MonsterDebuggerTarget logs directly to the monster debugger.
 OSMFIntegration
org.as3commons.logging.integration OSMFIntegration can be used send statements sent to the OSMF logging system to redirect them to the as3commons logging system.
 OSMFTarget
org.as3commons.logging.setup.target Sends log statements to the Open source media frameworks logging system.
 Progression4Target
org.as3commons.logging.setup.target Progression4Target can send log statements to the logging mechanism used in the Progression framework.
 PushButtonIntegration
org.as3commons.logging.integration PushButtonIntegration can be used as ILogAppender for the Push Button Engine that sends all log requests to as3commons.
 RegExpSetup
org.as3commons.logging.setup The RegExpSetup allows to filter different ILogSetup instances to differently named loggers.
 SimpleRegExpSetup
org.as3commons.logging.setup SimpleRegExpSetup allows to apply targets just in certain caes.
 SimpleTargetSetup
org.as3commons.logging.setup The simplest way to use any ILogTarget in the setup process is by using this SimpleTargetSetup.
 SLF4ASIntegration
org.as3commons.logging.integration 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
 SOSGateway
org.as3commons.logging.setup.target SOSGateway acts as gateway to channel all requests from SOSTarget instances to the same server.
 SOSTarget
org.as3commons.logging.setup.target SOSTarget logs all statements to the SOS console from powerflasher.
 SpiceLibIntegration
org.as3commons.logging.integration SpiceLibIntegration sends log statements from SpiceLib to the as3commons.
 SpiceLibTarget
org.as3commons.logging.setup.target SpiceLibTarget can be used to send statements from your code that uses as3commons-logging to your setup that focusses on SpiceFactory
 SWFInfo
org.as3commons.logging.util SWFInfo collects informations about the running SWF.
 SwizIntegration
org.as3commons.logging.integration SwizIntegration can be used as LoggingTarget for the Swizframework that sends all log requests to as3commons.
 TextFieldTarget
org.as3commons.logging.setup.target TextFieldTarget is a simple target that formats log statements and renders them to a TextField.
 ThunderBoltTarget
org.as3commons.logging.setup.target ThunderBoltTarget sends all statements to the ThunderBolt logger from Jens Krause.
 TraceTarget
org.as3commons.logging.setup.target TraceTarget renders log statements with the trace() method.
 TrazzleTarget
org.as3commons.logging.setup.target TrazzleTarget sends log statements to the mac-only Trazzle logger.
 WrapperRegExpSetup
org.as3commons.logging.setup WrapperRegExpSetup allows regular ILogSetup implementations to be just executed if a the name and/or the person of the logger that should be "set-up" to match a regular expression.
 XMLSocketGateway
org.as3commons.logging.setup.target XMLSocketGateway is a abstract class to support sending messages using a xml socket.
 YalogTarget
org.as3commons.logging.setup.target YalogTarget sends all statements to the Yalog logger LOGGER_FACTORY.setup = new SimpleTargetSetup( new YalogTarget );
 YUILoggerFactory
org.as3commons.logging.integration YUILoggerFactory provides a integration into the YUI framework.