Paquete | mx.logging.targets |
Clase | public class LineFormattedTarget |
Herencia | LineFormattedTarget AbstractTarget Object |
Subclases | 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 |
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 [solo lectura]
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 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 |
fieldSeparator | propiedad |
public var fieldSeparator:String = " "
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 |
The separator string to use between fields (the default is " ")
includeCategory | propiedad |
public var includeCategory:Boolean
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 |
Indicates if the category for this target should added to the trace.
includeDate | propiedad |
public var includeDate:Boolean
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 |
Indicates if the date should be added to the trace.
includeLevel | propiedad |
public var includeLevel:Boolean
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 |
Indicates if the level for the event should added to the trace.
includeTime | propiedad |
public var includeTime:Boolean
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 |
Indicates if the time should be added to the trace.
LineFormattedTarget | () | Información sobre |
public function LineFormattedTarget()
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 format the message data on a single line.
logEvent | () | método |
override public function logEvent(event:LogEvent):void
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 |
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.
|
Tue Jun 12 2018, 02:12 PM Z