ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.automation 

IAutomationDebugTracer  - AS3 Flex

Packagemx.automation
Interfacepublic interface IAutomationDebugTracer
Implementors AutomationManager

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 9, AIR 1.1

The IAutomationDebugTracer interface provides centralized methods that needs to be implemented in order to show detailed trace messages while debugging



Public Methods
 MethodDefined By
  
traceMessage(className:String, methodName:String, message:String):void
Traces the message
IAutomationDebugTracer
Method Detail

traceMessage

()method
public function traceMessage(className:String, methodName:String, message:String):void

Traces the message

Parameters

className:String — Name of class from which the message is traced
 
methodName:String — Name of class from which the message is traced
 
message:String — Message to be traced