| 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 |
| warn(message:any, parameters:Array) — Package Function, org.as3commons.logging.simple |
|
Logs a message for warning about a undesirable application state to the
DIRECT_LOGGER. |
| warn(message:any, parameters:Array) — method, interface org.as3commons.logging.api.ILogger |
|
Logs a message for warning about a undesirable application state. |
| warn(message:any, parameters:Array) — method, class org.as3commons.logging.api.Logger |
|
Logs a message for warning about a undesirable application state. |
| WARN — Package Constant Property, org.as3commons.logging.level |
|
Level used with warn() log statements. |
| WARN — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel |
| Level that will log the error, fatal or warn statements. |
| warnEnabled — Property, interface org.as3commons.logging.api.ILogger |
|
true if warn actually does something. |
| warnEnabled — Property, class org.as3commons.logging.api.Logger |
|
true if warn actually does something. |
| warnLevels — Property, class org.as3commons.logging.setup.target.ArthropodTarget |
|
Athropod supports log and warn statements. |
| WARN_ONLY — Constant Static Property, class org.as3commons.logging.setup.LogSetupLevel |
| Level that will log just the warn statements. |
| warnTarget — Property, class org.as3commons.logging.api.Logger |
| The logger for warn level, if not added (== null) warn is not enabled. |
| WrapperRegExpSetup — final class, package 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. |
| WrapperRegExpSetup(target:org.as3commons.logging.api:ILogSetup, nameRule:RegExp, personRule:RegExp) — Constructor, class org.as3commons.logging.setup.WrapperRegExpSetup |
|
Constructs a new WrapperRegExpSetup that applies a setup
just if it matches to the passed-in rules. |
|
| 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 |