| Package | com.asfusion.mate.utils.debug |
| Interface | public interface ILoggerProvider |
| Subinterfaces | IScope |
| Implementors | Dispatcher |
IMateLogger and a reference to a the current target
for debugging purposes.
| Method | Defined by | ||
|---|---|---|---|
|
errorString():String
Retuns the default error string to be used by the debugger.
| ILoggerProvider | ||
|
getCurrentTarget():Object
Returns the current target that is using this scope.
| ILoggerProvider | ||
|
getDocument():Object
A reference to the document object associated with this
ILoggerProvider. | ILoggerProvider | ||
|
Returns an
IMateLogger used to log errors. | ILoggerProvider | ||
| errorString | () | method |
public function errorString():StringRetuns the default error string to be used by the debugger.
ReturnsString |
| getCurrentTarget | () | method |
public function getCurrentTarget():Object
Returns the current target that is using this scope.
This target is usually set by the IActionList before
calling trigger on its actions.
Object |
| getDocument | () | method |
public function getDocument():Object
A reference to the document object associated with this ILoggerProvider.
A document object is an Object at the top of the hierarchy of a Flex
application, MXML component, or AS component.
Object |
| getLogger | () | method |
public function getLogger():IMateLogger
Returns an IMateLogger used to log errors.
Similar to Flex ILogger
IMateLogger |