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.
| null | maxDepth |
TracePublisher() |
toString() | |||
publish(e:LogEvent) |
maxDepth
Sets the max. inspection depth.
The default value is 4. The max. valid value is 255.
TracePublisher()
Creates a TracePublisher instance with a default max. inspection depth of 4.
toString():String
Return the publishers type name: "TracePublisher".