Pakiet | mx.logging.targets |
Klasa | public class LineFormattedTarget |
Dziedziczenie | LineFormattedTarget AbstractTarget Object |
Podklasy | TraceTarget |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
fieldSeparator : String = " "
The separator string to use between fields (the default is " ")
| LineFormattedTarget | ||
filters : Array
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. | AbstractTarget | ||
id : String [tylko do odczytu]
Provides access to the id of this target. | AbstractTarget | ||
includeCategory : Boolean
Indicates if the category for this target should added to the trace. | LineFormattedTarget | ||
includeDate : Boolean
Indicates if the date should be added to the trace. | LineFormattedTarget | ||
includeLevel : Boolean
Indicates if the level for the event should added to the trace. | LineFormattedTarget | ||
includeTime : Boolean
Indicates if the time should be added to the trace. | LineFormattedTarget | ||
level : int
Provides access to the level this target is currently set at. | AbstractTarget |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | LineFormattedTarget | ||
Sets up this target with the specified logger. | AbstractTarget | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Called after the implementing object has been created
and all properties specified on the tag have been assigned. | AbstractTarget | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
[przesłanianie]
This method handles a LogEvent from an associated logger. | LineFormattedTarget | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Stops this target from receiving events from the specified logger. | AbstractTarget | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
fieldSeparator | właściwość |
public var fieldSeparator:String = " "
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The separator string to use between fields (the default is " ")
includeCategory | właściwość |
public var includeCategory:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the category for this target should added to the trace.
includeDate | właściwość |
public var includeDate:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the date should be added to the trace.
includeLevel | właściwość |
public var includeLevel:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the level for the event should added to the trace.
includeTime | właściwość |
public var includeTime:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the time should be added to the trace.
LineFormattedTarget | () | Konstruktor |
public function LineFormattedTarget()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Constructs an instance of a logger target that will format the message data on a single line.
logEvent | () | metoda |
override public function logEvent(event:LogEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
This method handles a LogEvent
from an associated logger.
A target uses this method to translate the event into the appropriate
format for transmission, storage, or display.
This method is called only if the event's level is in range of the
target's level.
Parametry
event:LogEvent — The LogEvent handled by this method.
|
Tue Jun 12 2018, 12:06 PM Z