| Property | Defined 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 | ||
| Method | Defined 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 | ||
| enabled | property |
public static var enabled:Boolean = true
| level | property |
public static var level:uint
| LEVEL_ALL | property |
public static var LEVEL_ALL:Number = 0x00
| LEVEL_DEBUG | property |
public static var LEVEL_DEBUG:uint = 0x0001
| LEVEL_ERROR | property |
public static var LEVEL_ERROR:uint = 0x0008
| LEVEL_FATAL | property |
public static var LEVEL_FATAL:uint = 0x0010
| LEVEL_INFORMATION | property |
public static var LEVEL_INFORMATION:uint = 0x0002
| LEVEL_NONE | property |
public static var LEVEL_NONE:Number = 0xFF
| LEVEL_START | property |
public static var LEVEL_START:uint = 0x0100
| LEVEL_WARNING | property |
public static var LEVEL_WARNING:uint = 0x0004
| _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 |