Public Constants
 ConstantDefined 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
Constant Detail
DEBUGConstant
public const DEBUG:int = 0x0020

Since : 2.0

Level used with debug() log statements.

See also

ERRORConstant 
public const ERROR:int = 0x0004

Since : 2.0

Level used with error() log statements.

See also

FATALConstant 
public const FATAL:int = 0x0002

Since : 2.0

Level used with fatal() log statements.

See also

INFOConstant 
public const INFO:int = 0x0010

Since : 2.0

Level used with info() log statements.

See also

WARNConstant 
public const WARN:int = 0x0008

Since : 2.0

Level used with warn() log statements.

See also