Packagecom.asfusion.mate.events
Classpublic class MateLogEvent
InheritanceMateLogEvent Inheritance mx.logging.LogEvent

Event used to send notifications when an error, warning, info, etc occurs.



Public Properties
 PropertyDefined by
  parameters : Array
List of parameters that store extra information.
MateLogEvent
Public Methods
 MethodDefined by
  
MateLogEvent(message:String = "", level:int = 0, parameters:Array = null)
Constructor
MateLogEvent
Property detail
parametersproperty
public var parameters:Array

List of parameters that store extra information.

Constructor detail
MateLogEvent()constructor
public function MateLogEvent(message:String = "", level:int = 0, parameters:Array = null)

Constructor

Parameters
message:String (default = "")
 
level:int (default = 0)
 
parameters:Array (default = null)