Publishes logging messages into the FlashInspector (if available)
This publisher can be used in any enviroment as long as the FlashInspector is running. It can be used from inside the Flash editor or from the final production enviroment. This allows to see the logging messages even after the final SWF is in production.
| null | maxDepth |
ConsolePublisher() |
toString() | |||
publish(e:LogEvent) |
maxDepth
Sets the max. inspection depth.
The default value is 4. The max. valid value is 255.
ConsolePublisher()
Creates a ConsolePublisher instance with a default max. inspection depth of 4.
toString():String
Return the publishers type name: "ConsolePublisher".