| Package | mx.logging.targets |
| Class | public class TraceTarget |
| Inheritance | TraceTarget LineFormattedTarget AbstractTarget Object |
trace() method to output log messages.
To view trace() method output, you must be running the
debugger version of Flash Player.
The debugger version of Flash Player sends output from the trace() method
to the flashlog.txt file. The default location of this file is the same directory as
the mm.cfg file. You can customize the location of this file by using the TraceOutputFileName
property in the mm.cfg file. You must also set TraceOutputFileEnable to 1 in your mm.cfg file.
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| TraceTarget | ||
![]() |
Sets up this target with the specified logger.
| AbstractTarget | |
![]() |
Called after the implementing object has been created
and all properties specified on the tag have been assigned.
| AbstractTarget | |
![]() |
This method handles a
LogEvent from an associated logger. | LineFormattedTarget | |
![]() |
removeLogger(logger:ILogger):void
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 | |
| TraceTarget | () | constructor |
public function TraceTarget()Constructor.
Constructs an instance of a logger target that will send
the log data to the global trace() method.
All output will be directed to flashlog.txt by default.