Packagecom.theriabook.util
Classpublic class Logger



Public Properties
 PropertyDefined by
  enabled : Boolean = true
[static]
Logger
  level : uint
[static]
Logger
  LEVEL_ALL : Number = 0x00
[static]
Logger
  LEVEL_DEBUG : uint = 0x0001
[static]
Logger
  LEVEL_ERROR : uint = 0x0008
[static]
Logger
  LEVEL_FATAL : uint = 0x0010
[static]
Logger
  LEVEL_INFORMATION : uint = 0x0002
[static]
Logger
  LEVEL_NONE : Number = 0xFF
[static]
Logger
  LEVEL_START : uint = 0x0100
[static]
Logger
  LEVEL_WARNING : uint = 0x0004
[static]
Logger
Public Methods
 MethodDefined by
  
_send(_level_:Number, o:Object):void
[static]
Logger
  
alert(o:Object):void
[static]
Logger
  
debug(o:Object):void
[static]
Logger
  
error(o:Object):void
[static]
Logger
  
fatal(o:Object):void
[static]
Logger
  
info(o:Object):void
[static]
Logger
  
message(o:Object):void
[static]
Logger
  
trace(o:Object):void
[static]
Logger
  
warn(o:Object):void
[static]
Logger
  
warning(o:Object):void
[static]
Logger
Property detail
enabledproperty
public static var enabled:Boolean = true
levelproperty 
public static var level:uint
LEVEL_ALLproperty 
public static var LEVEL_ALL:Number = 0x00
LEVEL_DEBUGproperty 
public static var LEVEL_DEBUG:uint = 0x0001
LEVEL_ERRORproperty 
public static var LEVEL_ERROR:uint = 0x0008
LEVEL_FATALproperty 
public static var LEVEL_FATAL:uint = 0x0010
LEVEL_INFORMATIONproperty 
public static var LEVEL_INFORMATION:uint = 0x0002
LEVEL_NONEproperty 
public static var LEVEL_NONE:Number = 0xFF
LEVEL_STARTproperty 
public static var LEVEL_START:uint = 0x0100
LEVEL_WARNINGproperty 
public static var LEVEL_WARNING:uint = 0x0004
Method detail
_send()method
public static function _send(_level_:Number, o:Object):voidParameters
_level_:Number
 
o:Object
alert()method 
public static function alert(o:Object):voidParameters
o:Object
debug()method 
public static function debug(o:Object):voidParameters
o:Object
error()method 
public static function error(o:Object):voidParameters
o:Object
fatal()method 
public static function fatal(o:Object):voidParameters
o:Object
info()method 
public static function info(o:Object):voidParameters
o:Object
message()method 
public static function message(o:Object):voidParameters
o:Object
trace()method 
public static function trace(o:Object):voidParameters
o:Object
warn()method 
public static function warn(o:Object):voidParameters
o:Object
warning()method 
public static function warning(o:Object):voidParameters
o:Object