Package | com.luminicbox.log |
Class | public class TracePublisher |
Implements | IPublisher |
Property | Defined by | ||
---|---|---|---|
maxDepth : Number
Sets the max.
| TracePublisher |
Method | Defined by | ||
---|---|---|---|
Creates a TracePublisher instance with a default max.
| TracePublisher | ||
Logs a message into the OUTPUT window of the Flash editor.
| TracePublisher | ||
toString():String
Return the publishers type name: "TracePublisher".
| TracePublisher |
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
TracePublisher | () | constructor |
public function TracePublisher()
Creates a TracePublisher instance with a default max. inspection depth of 4.
publish | () | method |
public function publish(e:LogEvent):void
Logs a message into the OUTPUT window of the Flash editor.
Parameterse:LogEvent |
toString | () | method |
public function toString():String
Return the publishers type name: "TracePublisher".
ReturnsString |