Packagecom.luminicbox.log
Classpublic class TracePublisher
ImplementsIPublisher

Publishes logging messages into the OUTPUT window of the Macromedia Flash editor.
This publisher can only be used inside the Flash editor and uses the trace() command internally.



Public Properties
 PropertyDefined by
  maxDepth : Number
Sets the max.
TracePublisher
Public Methods
 MethodDefined by
  
Creates a TracePublisher instance with a default max.
TracePublisher
  
publish(e:LogEvent):void
Logs a message into the OUTPUT window of the Flash editor.
TracePublisher
  
toString():String
Return the publishers type name: "TracePublisher".
TracePublisher
Property detail
maxDepthproperty
maxDepth:Number  [read-write]

Sets the max. inspection depth.
The default value is 4. The max. valid value is 255.

Implementation
    public function get maxDepth():Number
    public function set maxDepth(value:Number):void
Constructor detail
TracePublisher()constructor
public function TracePublisher()

Creates a TracePublisher instance with a default max. inspection depth of 4.

Method detail
publish()method
public function publish(e:LogEvent):void

Logs a message into the OUTPUT window of the Flash editor.

Parameters
e:LogEvent
toString()method 
public function toString():String

Return the publishers type name: "TracePublisher".

Returns
String