| 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 |
| fatal(message:any, parameters:Array) — Package Function, org.as3commons.logging.simple |
|
Logs a message to notify about an error that broke the application and
couldn't be fixed automatically to the DIRECT_LOGGER. |
| fatal(message:any, parameters:Array) — method, interface org.as3commons.logging.api.ILogger |
|
Logs a message to notify about an error that broke the application and
couldn't be fixed automatically. |
| fatal(message:any, parameters:Array) — method, class org.as3commons.logging.api.Logger |
|
Logs a message to notify about an error that broke the application and
couldn't be fixed automatically. |
| FATAL — Package Constant Property, org.as3commons.logging.level |
|
Level used with fatal() log statements. |
| FATAL — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel |
| Level that will log just the fatal statements. |
| FatalBuffer — final class, package org.as3commons.logging.setup.target |
|
FatalBuffer passes all statements sent to it to another
target once one fatal statement was sent. |
| FatalBuffer(target:any, maxStatements:uint, introspectDepth:uint) — Constructor, class org.as3commons.logging.setup.target.FatalBuffer |
| |
| fatalEnabled — Property, interface org.as3commons.logging.api.ILogger |
|
true if fatal works. |
| fatalEnabled — Property, class org.as3commons.logging.api.Logger |
|
true if fatal works. |
| FATAL_ONLY — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel |
| Level that will log just the fatal statements. |
| fatalTarget — Property, class org.as3commons.logging.api.Logger |
| The logger for fatal level, if not added (== null) fatal is not enabled. |
| filters — Property, class org.as3commons.logging.integration.MateIntegration |
| |
| FirebugTarget — final class, package org.as3commons.logging.setup.target |
|
FirebugTarget sends the output to the Firebug console. |
| FirebugTarget(format:String) — Constructor, class org.as3commons.logging.setup.target.FirebugTarget |
|
Creates new FirebugTarget
|
| FlashConsoleTarget — final class, package org.as3commons.logging.setup.target |
|
FlashConsoleTarget sends log statements to the FlashConsole
user interface by Lu-Aye Oo. |
| FlashConsoleTarget(format:String) — Constructor, class org.as3commons.logging.setup.target.FlashConsoleTarget |
| |
| flatten(arr:Array) — Package Function, org.as3commons.logging.util |
|
Flattens a tree of arrays to one array. |
| FlexLogger — final class, package 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. |
| FlexLogger(level:int) — Constructor, class org.as3commons.logging.integration.FlexLogger |
|
Constructs the FlexLogger instance. |
| FlexLogTarget — final class, package org.as3commons.logging.setup.target |
|
Target that sends the targets to the mx.logging log system from Flex. |
| FlexLogTarget() — Constructor, class org.as3commons.logging.setup.target.FlexLogTarget |
| |
| FlexUnitListener — final class, package org.as3commons.logging.integration |
|
This listener sends log statements produced by the FlexUnit framework
to the as3commons logging system. |
| format — Property, class org.as3commons.logging.setup.target.ASAPTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.AlconTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.ArthropodTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.ChainsawTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.DConsoleTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.FirebugTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.FlashConsoleTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, interface org.as3commons.logging.setup.target.IFormattingLogTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.Log5FTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.LogMeisterTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.MaashaackTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.MateTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.MonsterDebugger3TraceTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.MonsterDebuggerTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.Progression4Target |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.SOSTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.SpiceLibTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.TextFieldTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.ThunderBoltTarget |
| |
| format — Property, class org.as3commons.logging.setup.target.TraceTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.TrazzleTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format — Property, class org.as3commons.logging.setup.target.YalogTarget |
|
Defines the format used by the target to transform the log statement
to a string. |
| format(name:String, shortName:String, level:int, timeMs:Number, message:String, params:Array, person:String) — method, class org.as3commons.logging.util.LogMessageFormatter |
|
Returns a string with the parameters replaced. |
| FrameBufferTarget — class, package org.as3commons.logging.setup.target |
|
FrameBufferTarget limits the amount of log statements that
get written to another log target per frame. |
| FrameBufferTarget(target:org.as3commons.logging.setup:ILogTarget, statementsPerFrame:int) — Constructor, class org.as3commons.logging.setup.target.FrameBufferTarget |
|
Constructs a new FrameBufferTarget. |
|
| 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 |