LuminicBox.Log

TracePublisher

implements: IPublisher

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.

Property Summary

nullmaxDepth

Constructor Summary

TracePublisher()

Method Summary

toString()
publish(e:LogEvent)

Property Details

maxDepth

maxDepth

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

Constructor Details

TracePublisher

TracePublisher()

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

Method Details

toString

toString():String

Return the publishers type name: "TracePublisher".

publish

publish(e:LogEvent):Void

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