Packagecom.jadbox.flashmvc2
Classpublic class SuperLogger

Logs all actions that execute on SuperModels.



Public Properties
 PropertyDefined by
  enabled : Boolean = true
[static] Set this to false to disable the logger to save memory.
SuperLogger
  log : XMLList
[static][read-only]
SuperLogger
  logString : String
[static][read-only] Returns a tracable output of the log.
SuperLogger
Public Methods
 MethodDefined by
  
appendComplete(superEvent:*):void
[static]
SuperLogger
  
appendRun(superEvent:SuperEvent):void
[static]
SuperLogger
  
appendStatus(superEvent:*):void
[static]
SuperLogger
  
clearAll():void
[static] Resets the log.
SuperLogger
Property detail
enabledproperty
public static var enabled:Boolean = true

Set this to false to disable the logger to save memory. This is enabled by default.

logproperty 
log:XMLList  [read-only]

Implementation
    public static function get log():XMLList
logStringproperty 
logString:String  [read-only]

Returns a tracable output of the log.

Implementation
    public static function get logString():String
Method detail
appendComplete()method
public static function appendComplete(superEvent:*):voidParameters
superEvent:*
appendRun()method 
public static function appendRun(superEvent:SuperEvent):voidParameters
superEvent:SuperEvent
appendStatus()method 
public static function appendStatus(superEvent:*):voidParameters
superEvent:*
clearAll()method 
public static function clearAll():void

Resets the log.