Pacote | mx.logging.targets |
Classe | public class LineFormattedTarget |
Herança | LineFormattedTarget AbstractTarget Object |
Subclasses | TraceTarget |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
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 |
Método | Definido por | ||
---|---|---|---|
Constructor. | LineFormattedTarget | ||
Sets up this target with the specified logger. | AbstractTarget | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Called after the implementing object has been created
and all properties specified on the tag have been assigned. | AbstractTarget | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
[substituir]
This method handles a LogEvent from an associated logger. | LineFormattedTarget | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Stops this target from receiving events from the specified logger. | AbstractTarget | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
fieldSeparator | propriedade |
public var fieldSeparator:String = " "
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The separator string to use between fields (the default is " ")
includeCategory | propriedade |
public var includeCategory:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the category for this target should added to the trace.
includeDate | propriedade |
public var includeDate:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the date should be added to the trace.
includeLevel | propriedade |
public var includeLevel:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the level for the event should added to the trace.
includeTime | propriedade |
public var includeTime:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the time should be added to the trace.
LineFormattedTarget | () | Construtor |
public function LineFormattedTarget()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | () | método |
override public function logEvent(event:LogEvent):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Parâmetros
event:LogEvent — The LogEvent handled by this method.
|
Wed Jun 13 2018, 11:10 AM Z