A log event is used internally to dispatch log information because we can't use the Flex logging API for
ActionScript compatibility.
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
public var level:int = 0
public var message:String = ""
public function LogEvent(message:String, level:int = 0, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new LogEvent.
Parameters
| message:String |
| |
| level:int (default = 0) |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:Boolean (default = false) |
public static const DEBUG:int = 0
public static const LOG:String = "log"
Spring ActionScript 0.7 - 2009