| Package | com.asfusion.mate.utils.debug |
| Interface | public interface IMateLogger extends mx.logging.ILogger |
| Implementors | Logger |
| Property | Defined by | ||
|---|---|---|---|
| active : Boolean
Flag that indicates if the logger is active or not
| IMateLogger | ||
| Method | Defined by | ||
|---|---|---|---|
|
isActive():Boolean
Function that returns the active status
| IMateLogger | ||
| active | property |
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
| isActive | () | method |
public function isActive():BooleanFunction that returns the active status
ReturnsBoolean |