Package | com.luminicbox.log |
Class | public class ConsolePublisher |
Implements | IPublisher |
Property | Defined by | ||
---|---|---|---|
maxDepth : Number
Sets the max.
| ConsolePublisher |
Method | Defined by | ||
---|---|---|---|
Creates a ConsolePublisher instance with a default max.
| ConsolePublisher | ||
Serializes and sends a log message to the FlashInspector window.
| ConsolePublisher | ||
toString():String
Return the publishers type name: "ConsolePublisher".
| ConsolePublisher |
maxDepth | property |
maxDepth:Number
[read-write]
Sets the max. inspection depth.
The default value is 4.
The max. valid value is 255.
public function get maxDepth():Number
public function set maxDepth(value:Number):void
ConsolePublisher | () | constructor |
public function ConsolePublisher()
Creates a ConsolePublisher instance with a default max. inspection depth of 4.
publish | () | method |
public function publish(e:LogEvent):void
Serializes and sends a log message to the FlashInspector window.
Parameterse:LogEvent |
toString | () | method |
public function toString():String
Return the publishers type name: "ConsolePublisher".
ReturnsString |