Paquete | mx.logging.targets |
Clase | public class TraceTarget |
Herencia | TraceTarget LineFormattedTarget AbstractTarget Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
trace()
method to output log messages.
To view trace()
method output, you must be running the
debugger version of Flash Player or AIR Debug Launcher.
The debugger version of Flash Player and AIR Debug Launcher send 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.
Más ejemplos
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | TraceTarget | ||
Sets up this target with the specified logger. | AbstractTarget | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Called after the implementing object has been created
and all properties specified on the tag have been assigned. | AbstractTarget | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
[override]
This method handles a LogEvent from an associated logger. | LineFormattedTarget | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Stops this target from receiving events from the specified logger. | AbstractTarget | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre constructores
TraceTarget | () | Información sobre |
public function TraceTarget()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
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.
Tue Jun 12 2018, 02:12 PM Z