Packageorg.springextensions.actionscript.ioc
Classpublic class LogEvent
InheritanceLogEvent Inheritance flash.events.Event

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 Properties
 PropertyDefined by
  level : int = 0
LogEvent
  message : String = ""
LogEvent
Public Methods
 MethodDefined by
  
LogEvent(message:String, level:int = 0, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new LogEvent.
LogEvent
Public Constants
 ConstantDefined by
  DEBUG : int = 0
[static]
LogEvent
  LOG : String = "log"
[static]
LogEvent
Property detail
levelproperty
public var level:int = 0
messageproperty 
public var message:String = ""
Constructor detail
LogEvent()constructor
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)
Constant detail
DEBUGconstant
public static const DEBUG:int = 0
LOGconstant 
public static const LOG:String = "log"