Packagecom.asfusion.mate.utils.debug
Interfacepublic interface ILoggerProvider
SubinterfacesIScope
ImplementorsDispatcher

This interface provides an IMateLogger and a reference to a the current target for debugging purposes.



Public Methods
 MethodDefined by
  
errorString():String
Retuns the default error string to be used by the debugger.
ILoggerProvider
  
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
Method detail
errorString()method
public function errorString():String

Retuns the default error string to be used by the debugger.

Returns
String
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.

Returns
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.

Returns
Object
getLogger()method 
public function getLogger():IMateLogger

Returns an IMateLogger used to log errors. Similar to Flex ILogger

Returns
IMateLogger