A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
IAsyncLogTarget — Interface, package org.as3commons.logging.setup.target
Defines a target that needs to store data before logging it.
IColorableLogTarget — Interface, package org.as3commons.logging.setup.target
This interface describes targets that allow coloring of log statements.
IFormattingLogTarget — Interface, package org.as3commons.logging.setup.target
A IFormattingLogTarget is a ILogTarget that formats the input to a string.
ILogger — Interface, package org.as3commons.logging.api
A ILogger defines the public access for any kind of logging request.
ILogSetup — Interface, package org.as3commons.logging.api
ILogSetup augments Logger instances created by LoggerFactory which effectively allows to setup the logging process.
ILogTarget — Interface, package org.as3commons.logging.setup
A ILogTarget implementation is to log statements to a target.
info(message:any, parameters:Array) — Package Function, org.as3commons.logging.simple
Logs a message for notification purposes to the DIRECT_LOGGER.
info() — method, class _51383bcb8a7942b574db3e3b2eb8fe64cebfffe5f4028c4f829e45910e792780_mx_core_FlexModuleFactory
info(message:any, parameters:Array) — method, interface org.as3commons.logging.api.ILogger
Logs a message for notification purposes.
info(message:any, parameters:Array) — method, class org.as3commons.logging.api.Logger
Logs a message for notification purposes.
INFO — Package Constant Property, org.as3commons.logging.level
Level used with info() log statements.
INFO — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel
Level that will log the error, fatal, warn or info statements.
infoEnabled — Property, interface org.as3commons.logging.api.ILogger
true if info actually does something.
infoEnabled — Property, class org.as3commons.logging.api.Logger
true if info actually does something.
INFO_ONLY — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel
Level that will log just the info statements.
infoTarget — Property, class org.as3commons.logging.api.Logger
The logger for debug level, if not added (== null) info is not enabled.
init() — method, class org.as3commons.logging.integration.LogMeisterIntegration
Satisfies the interface
init(stage:flash.display:Stage) — Static Method , class org.as3commons.logging.util.SWFInfo
Gathers informations about the SWF by accessing the passed-in stage.
insertSetups(array:Array, pos:int) — method, class org.as3commons.logging.setup.MergedSetup
Inserts all targets of this MergedSetup into a position of an array (performance ey
insertTargets(array:Array, pos:int) — method, class org.as3commons.logging.setup.target.MergedTarget
Inserts all targets of this MergedTarget into a position of an array (performance ey
instantiate(type:Class, args:Array) — Package Function, org.as3commons.logging.util
Util to instantiate classes.
introspectDepth — Property, class org.as3commons.logging.setup.target.BufferTarget
Asynchronous targets need to introspect variables to store them, for that the introspection depth defines how deep the variables should be serialized.
introspectDepth — Property, class org.as3commons.logging.setup.target.ConditionalBuffer
Asynchronous targets need to introspect variables to store them, for that the introspection depth defines how deep the variables should be serialized.
introspectDepth — Property, class org.as3commons.logging.setup.target.FrameBufferTarget
Asynchronous targets need to introspect variables to store them, for that the introspection depth defines how deep the variables should be serialized.
introspectDepth — Property, interface org.as3commons.logging.setup.target.IAsyncLogTarget
Asynchronous targets need to introspect variables to store them, for that the introspection depth defines how deep the variables should be serialized.
isDebugEnabled() — Package Function, org.as3commons.logging.simple
true if debug actually does something.
IS_DEBUGGER — Package Constant Property, org.as3commons.logging.util
High performance access to "Capabilities.isDebugger" (roughly 15times faster)
isErrorEnabled() — Package Function, org.as3commons.logging.simple
true if error actually does something.
isFatalEnabled() — Package Function, org.as3commons.logging.simple
true if fatal actually does something.
isInfoEnabled() — Package Function, org.as3commons.logging.simple
true if info actually does something.
isWarnEnabled() — Package Function, org.as3commons.logging.simple
true if warn actually does something.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z