| Property | Defined By | ||
|---|---|---|---|
| defaultRecursionDepth : Number = 3 | Debug | ||
| enabled : Boolean = false | Debug | ||
| maxProperties : Number = 50 | Debug | ||
| minPropertiesForMultiline : Number = 6 | Debug | ||
| singleLineLengthLimit : Number = 60 | Debug | ||
| swfId : String | Debug | ||
| Method | Defined By | ||
|---|---|---|---|
Debug(enabled:Boolean, swfId:String) | Debug | ||
dump(variable:*, recursion:int = 0):void | Debug | ||
dumpToString(variable:*, recursion:int = 0):String | Debug | ||
log(location:String, message:*, relatedVariable:Object = null):void | Debug | ||
| defaultRecursionDepth | property |
public var defaultRecursionDepth:Number = 3| enabled | property |
public var enabled:Boolean = false| maxProperties | property |
public var maxProperties:Number = 50| minPropertiesForMultiline | property |
public var minPropertiesForMultiline:Number = 6| singleLineLengthLimit | property |
public var singleLineLengthLimit:Number = 60| swfId | property |
public var swfId:String| Debug | () | Constructor |
public function Debug(enabled:Boolean, swfId:String)enabled:Boolean | |
swfId:String |
| dump | () | method |
public function dump(variable:*, recursion:int = 0):voidParameters
variable:* | |
recursion:int (default = 0) |
| dumpToString | () | method |
public function dumpToString(variable:*, recursion:int = 0):StringParameters
variable:* | |
recursion:int (default = 0) |
String |
| log | () | method |
public function log(location:String, message:*, relatedVariable:Object = null):voidParameters
location:String | |
message:* | |
relatedVariable:Object (default = null) |