Packagecom.theriabook.util.logging
Classpublic class FilterLogEvent
InheritanceFilterLogEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  category : String
FilterLogEvent
  cause : LogEvent
FilterLogEvent
Public Methods
 MethodDefined by
  
FilterLogEvent(type:String, category:String, cause:LogEvent = null)
FilterLogEvent
Public Constants
 ConstantDefined by
  LOGGER_ADDED : String = "loggerAdded"
[static]
FilterLogEvent
  LOGGER_REMOVED : String = "loggerRemoved"
[static]
FilterLogEvent
Property detail
categoryproperty
public var category:String
causeproperty 
public var cause:LogEvent
Constructor detail
FilterLogEvent()constructor
public function FilterLogEvent(type:String, category:String, cause:LogEvent = null)Parameters
type:String
 
category:String
 
cause:LogEvent (default = null)
Constant detail
LOGGER_ADDEDconstant
public static const LOGGER_ADDED:String = "loggerAdded"
LOGGER_REMOVEDconstant 
public static const LOGGER_REMOVED:String = "loggerRemoved"