| Constant | Defined By | ||
|---|---|---|---|
| DEBUG : int = 0x0020
Level used with debug() log statements. | org.as3commons.logging.level | ||
| ERROR : int = 0x0004
Level used with error() log statements. | org.as3commons.logging.level | ||
| FATAL : int = 0x0002
Level used with fatal() log statements. | org.as3commons.logging.level | ||
| INFO : int = 0x0010
Level used with info() log statements. | org.as3commons.logging.level | ||
| WARN : int = 0x0008
Level used with warn() log statements. | org.as3commons.logging.level | ||
| DEBUG | Constant |
public const DEBUG:int = 0x0020| Since : | 2.0 |
Level used with debug() log statements.
See also
| ERROR | Constant |
public const ERROR:int = 0x0004| Since : | 2.0 |
Level used with error() log statements.
See also
| FATAL | Constant |
public const FATAL:int = 0x0002| Since : | 2.0 |
Level used with fatal() log statements.
See also
| INFO | Constant |
public const INFO:int = 0x0010| Since : | 2.0 |
Level used with info() log statements.
See also
| WARN | Constant |
public const WARN:int = 0x0008| Since : | 2.0 |
Level used with warn() log statements.
See also