Pakket | mx.logging.targets |
Klasse | public class TraceTarget |
Overerving | TraceTarget LineFormattedTarget AbstractTarget Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Meer voorbeelden
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | TraceTarget | ||
Sets up this target with the specified logger. | AbstractTarget | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Called after the implementing object has been created
and all properties specified on the tag have been assigned. | AbstractTarget | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
[overschrijven]
This method handles a LogEvent from an associated logger. | LineFormattedTarget | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stops this target from receiving events from the specified logger. | AbstractTarget | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
TraceTarget | () | Constructor |
public function TraceTarget()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z