Packagecom.asfusion.mate.utils.debug
Interfacepublic interface IDebuggerHelper

An interface to help the Debugger getting messages from LogEvent



Public Methods
 MethodDefined by
  
getMessage(event:LogEvent):String
Function that receives a LogEvent and returns a message string describing that LogEvent
IDebuggerHelper
Method detail
getMessage()method
public function getMessage(event:LogEvent):String

Function that receives a LogEvent and returns a message string describing that LogEvent

Parameters
event:LogEvent

Returns
String