Packagecom.asfusion.mate.utils.debug
Interfacepublic interface IMateLogger extends mx.logging.ILogger
ImplementorsLogger

All loggers within Mate framework must implement this interface.



Public Properties
 PropertyDefined by
  active : Boolean
Flag that indicates if the logger is active or not
IMateLogger
Public Methods
 MethodDefined by
  
isActive():Boolean
Function that returns the active status
IMateLogger
Property detail
activeproperty
active:Boolean  [read-write]

Flag that indicates if the logger is active or not

Implementation
    public function get active():Boolean
    public function set active(value:Boolean):void
Method detail
isActive()method
public function isActive():Boolean

Function that returns the active status

Returns
Boolean