| 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 |
| sendCritical(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a critical message as "fatal" message to the as3commons framework
|
| sendDebug(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a debug message as "debug" message to the as3commons framework
|
| sendError(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a error message as "error" message to the as3commons framework
|
| sendFatal(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a fatal message as "fatal" message to the as3commons framework
|
| sendInfo(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a info message as "info" message to the as3commons framework
|
| sendNotice(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a notice message as "info" message to the as3commons framework
|
| sendStatus(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a status message as "info" message to the as3commons framework
|
| sendWarn(... rest) — method, class org.as3commons.logging.integration.LogMeisterIntegration |
|
Sends a warn message as "warn" message to the as3commons framework
|
| setHierarchy(path:String, target:org.as3commons.logging.setup:ILogTarget, level:org.as3commons.logging.setup:LogSetupLevel, additive:Boolean) — method, class org.as3commons.logging.setup.HierarchicalSetup |
|
Sets the properties of one hierarchy level
|
| setup — Property, class org.as3commons.logging.api.LoggerFactory |
|
The currently applied setup. |
| shortName — Property, interface org.as3commons.logging.api.ILogger |
|
Returns the short form of the name. |
| shortName — Property, class org.as3commons.logging.api.Logger |
|
Returns the short form of the name. |
| shortName — Property, class org.as3commons.logging.setup.target.LogStatement |
| Shortened form of the name. |
| SimpleRegExpSetup — final class, package org.as3commons.logging.setup |
|
SimpleRegExpSetup allows to apply targets just in certain caes. |
| SimpleRegExpSetup(target:org.as3commons.logging.setup:ILogTarget, nameRule:RegExp, personRule:RegExp, level:org.as3commons.logging.setup:LogSetupLevel) — Constructor, class org.as3commons.logging.setup.SimpleRegExpSetup |
|
Constructs a new SimpleRegExpSetup that passes a level
just if it matches to the passed-in rules. |
| SimpleTargetSetup — class, package org.as3commons.logging.setup |
|
The simplest way to use any ILogTarget in the setup process
is by using this SimpleTargetSetup. |
| SimpleTargetSetup(target:org.as3commons.logging.setup:ILogTarget) — Constructor, class org.as3commons.logging.setup.SimpleTargetSetup |
|
Constructs a new SimpleTargetSetup
|
| SLF4ASIntegration — final class, package 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
|
| SLF4ASIntegration() — Constructor, class org.as3commons.logging.integration.SLF4ASIntegration |
|
Constructs a new SLF4ASIntegration
|
| SOSGateway — final class, package org.as3commons.logging.setup.target |
|
SOSGateway acts as gateway to channel all requests from
SOSTarget instances to the same server. |
| SOSGateway(host:String, port:uint) — Constructor, class org.as3commons.logging.setup.target.SOSGateway |
|
Constructs a new SOSGateway
|
| SOSTarget — final class, package org.as3commons.logging.setup.target |
|
SOSTarget logs all statements to the SOS console from powerflasher. |
| SOSTarget(format:String, gateway:org.as3commons.logging.setup.target:SOSGateway) — Constructor, class org.as3commons.logging.setup.target.SOSTarget |
|
Constructs a new SOSTarget
|
| SpiceLibIntegration — final class, package org.as3commons.logging.integration |
|
SpiceLibIntegration sends log statements from SpiceLib
to the as3commons. |
| SpiceLibIntegration() — Constructor, class org.as3commons.logging.integration.SpiceLibIntegration |
|
Constructs the integration. |
| SpiceLibTarget — final class, package 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
|
| SpiceLibTarget(format:String) — Constructor, class org.as3commons.logging.setup.target.SpiceLibTarget |
|
Creates a new SpiceLibTarget instance. |
| START_TIME — Package Constant Property, org.as3commons.logging.util |
|
Time when this swf started in ms since 1970. |
| statements — Property, class org.as3commons.logging.setup.target.BufferTarget |
| |
| SWFInfo — class, package org.as3commons.logging.util |
|
SWFInfo collects informations about the running SWF. |
| SWF_SHORT_URL — package property, org.as3commons.logging.util |
|
The URL of the currently running SWF in its short form (just the file name). |
| SWF_URL — package property, org.as3commons.logging.util |
|
The URL of the currently running SWF. |
| SwizIntegration — final class, package org.as3commons.logging.integration |
|
SwizIntegration can be used as LoggingTarget
for the Swizframework that sends all log requests to as3commons. |
| SwizIntegration() — Constructor, class org.as3commons.logging.integration.SwizIntegration |
| |
|
| 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 |