Packagecom.boostworthy.utils.logger
Classpublic final class LogLevel

The 'LogLevel' class houses public constants which represent logging output levels.



Public Methods
 MethodDefined by
  
Constructor.
LogLevel
Public Constants
 ConstantDefined by
  DEBUG : uint = 16
[static] Defined constant for representing the 'debug' output level.
LogLevel
  INFO : uint = 8
[static] Defined constant for representing the 'info' output level.
LogLevel
  OFF : uint = 1
[static] Defined constant for representing the 'off' output level.
LogLevel
  SEVERE : uint = 2
[static] Defined constant for representing the 'severe' output level.
LogLevel
  WARNING : uint = 4
[static] Defined constant for representing the 'warning' output level.
LogLevel
Constructor detail
LogLevel()constructor
public function LogLevel()

Constructor.

Constant detail
DEBUGconstant
public static const DEBUG:uint = 16

Defined constant for representing the 'debug' output level.

INFOconstant 
public static const INFO:uint = 8

Defined constant for representing the 'info' output level.

OFFconstant 
public static const OFF:uint = 1

Defined constant for representing the 'off' output level.

SEVEREconstant 
public static const SEVERE:uint = 2

Defined constant for representing the 'severe' output level.

WARNINGconstant 
public static const WARNING:uint = 4

Defined constant for representing the 'warning' output level.