| Package | mx.logging.targets | 
| Class | public class MiniDebugTarget | 
| Inheritance | MiniDebugTarget  LineFormattedTarget  AbstractTarget  Object | 
LocalConnection,
  connected to the MiniDebug application.
 
| Method | Defined By | ||
|---|---|---|---|
| 
      Constructor. | MiniDebugTarget | ||
|  | 
      Sets up this target with the specified logger. | AbstractTarget | |
|  | 
  Indicates whether an object has a specified property defined. | Object | |
|  | 
      Called after the implementing object has been created
   and all properties specified on the tag have been assigned. | AbstractTarget | |
|  | 
  Indicates whether an instance of the Object class is in the prototype chain of the object specified 
  as the parameter. | Object | |
|  | 
      This method handles a LogEvent from an associated logger. | LineFormattedTarget | |
|  | 
  Indicates whether the specified property exists and is enumerable. | Object | |
|  | 
      Stops this target from receiving events from the specified logger. | AbstractTarget | |
|  | 
     Sets the availability of a dynamic property for loop operations. | Object | |
|  | 
  Returns the string representation of the specified object. | Object | |
|  | 
  Returns the primitive value of the specified object. | Object | |
| MiniDebugTarget | () | Constructor | 
public function MiniDebugTarget(connection:String = "_mdbtrace", method:String = "trace")
Constructor.
Constructs an instance of a logger target that will send the log data to the MiniDebug application.
Parameters| connection:String(default = "_mdbtrace")— Specifies where to send the logging information.
      This value is the name of the connection specified in theLocalConnection.connect()method call in the remote SWF,
      that can receive calls to alog()method with the
      following signature:
        log(... args:Array)
      Each value specified in theargsArray is a String. | |
| method:String(default = "trace")— Specifies what method to call on the remote connection. |