Packagecom.theriabook.util.logging
Classpublic class LoggingAdjustmentManager
Implementscom.theriabook.util.logging.ILogAdjusmentManager, mx.core.IMXMLObject

Default MXML Propertytargets



Public Properties
 PropertyDefined by
  applyActionsRecursively : Boolean
LoggingAdjustmentManager
  ctrlKey : Boolean = false
LoggingAdjustmentManager
  id : String
[read-only] Provides access to the id of this target.
LoggingAdjustmentManager
  keyCode : uint = 123.0
LoggingAdjustmentManager
  shiftKey : Boolean = false
LoggingAdjustmentManager
  targets : Array
Array of available logging targets.
LoggingAdjustmentManager
Public Methods
 MethodDefined by
  
LoggingAdjustmentManager
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
LoggingAdjustmentManager
  
dispatchEvent(evt:Event):Boolean
LoggingAdjustmentManager
  
LoggingAdjustmentManager
  
LoggingAdjustmentManager
  
hasEventListener(type:String):Boolean
LoggingAdjustmentManager
  
initialized(document:Object, id:String):void
LoggingAdjustmentManager
  
setLoggers(loggers:LoggerTreeDataElement, defaultLevel:uint):void
LoggingAdjustmentManager
  
willTrigger(type:String):Boolean
LoggingAdjustmentManager
Property detail
applyActionsRecursivelyproperty
applyActionsRecursively:Boolean  [read-write]

This property can be used as the source for data binding.

Implementation
    public function get applyActionsRecursively():Boolean
    public function set applyActionsRecursively(value:Boolean):void
ctrlKeyproperty 
public var ctrlKey:Boolean = false
idproperty 
id:String  [read-only]

Provides access to the id of this target. The id is assigned at runtime by the mxml compiler if used as an mxml tag, or internally if used within a script block

Implementation
    public function get id():String
keyCodeproperty 
public var keyCode:uint = 123.0
shiftKeyproperty 
public var shiftKey:Boolean = false
targetsproperty 
public var targets:Array

Array of available logging targets. This is the default property of the class

Constructor detail
LoggingAdjustmentManager()constructor
public function LoggingAdjustmentManager()
Method detail
addEventListener()method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidParameters
type:String
 
listener:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
useWeakReference:Boolean (default = false)
dispatchEvent()method 
public function dispatchEvent(evt:Event):BooleanParameters
evt:Event

Returns
Boolean
fireChangeTargetEvent()method 
public function fireChangeTargetEvent():void

getLoggers()method 
public function getLoggers():LoggerTreeDataElement

Returns
LoggerTreeDataElement
hasEventListener()method 
public function hasEventListener(type:String):BooleanParameters
type:String

Returns
Boolean
initialized()method 
public function initialized(document:Object, id:String):voidParameters
document:Object
 
id:String
setLoggers()method 
public function setLoggers(loggers:LoggerTreeDataElement, defaultLevel:uint):voidParameters
loggers:LoggerTreeDataElement
 
defaultLevel:uint
willTrigger()method 
public function willTrigger(type:String):BooleanParameters
type:String

Returns
Boolean