Packagecom.theriabook.util.logging
Classpublic class TraceOutputDescription
Implementscom.theriabook.util.logging.IOutputDecription, mx.core.IMXMLObject



Public Properties
 PropertyDefined by
  classId : String
[read-only] Unique id (on per class basis).
TraceOutputDescription
  destination : String
TraceOutputDescription
  fieldSeparator : String
The separator string to use between fields (the default is " ")
TraceOutputDescription
  id : String
[read-only] Provides access to the id of this target.
TraceOutputDescription
  includeCategory : Boolean
Indicates if the category for this target should added to the trace.
TraceOutputDescription
  includeDate : Boolean
Indicates if the date should be added to the trace.
TraceOutputDescription
  includeLevel : Boolean
Indicates if the level for the event should added to the trace.
TraceOutputDescription
  includeTime : Boolean
Indicates if the time should be added to the trace.
TraceOutputDescription
  logOutput : ILogOutput
[read-only]
TraceOutputDescription
  name : String
[read-only]
TraceOutputDescription
  subtopic : String
TraceOutputDescription
  subtopicAsPassword : Boolean
[read-only]
TraceOutputDescription
  subtopicTitle : String
[read-only]
TraceOutputDescription
Public Methods
 MethodDefined by
  
TraceOutputDescription
  
initialized(document:Object, id:String):void
TraceOutputDescription
Property detail
classIdproperty
classId:String  [read-only]

Unique id (on per class basis).

Implementation
    public function get classId():String
destinationproperty 
destination:String  [read-write]Implementation
    public function get destination():String
    public function set destination(value:String):void
fieldSeparatorproperty 
fieldSeparator:String  [read-write]

The separator string to use between fields (the default is " ")

Implementation
    public function get fieldSeparator():String
    public function set fieldSeparator(value:String):void
idproperty 
id:String  [read-only]

Provides access to the id of this target. The id is assigned at runtime by the mxml compiler if used as an mxml tag, or internally if used within a script block

Implementation
    public function get id():String
includeCategoryproperty 
includeCategory:Boolean  [read-write]

Indicates if the category for this target should added to the trace.

Implementation
    public function get includeCategory():Boolean
    public function set includeCategory(value:Boolean):void
includeDateproperty 
includeDate:Boolean  [read-write]

Indicates if the date should be added to the trace.

Implementation
    public function get includeDate():Boolean
    public function set includeDate(value:Boolean):void
includeLevelproperty 
includeLevel:Boolean  [read-write]

Indicates if the level for the event should added to the trace.

Implementation
    public function get includeLevel():Boolean
    public function set includeLevel(value:Boolean):void
includeTimeproperty 
includeTime:Boolean  [read-write]

Indicates if the time should be added to the trace.

Implementation
    public function get includeTime():Boolean
    public function set includeTime(value:Boolean):void
logOutputproperty 
logOutput:ILogOutput  [read-only]Implementation
    public function get logOutput():ILogOutput
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
subtopicproperty 
subtopic:String  [read-write]Implementation
    public function get subtopic():String
    public function set subtopic(value:String):void
subtopicAsPasswordproperty 
subtopicAsPassword:Boolean  [read-only]Implementation
    public function get subtopicAsPassword():Boolean
subtopicTitleproperty 
subtopicTitle:String  [read-only]Implementation
    public function get subtopicTitle():String
Constructor detail
TraceOutputDescription()constructor
public function TraceOutputDescription()
Method detail
initialized()method
public function initialized(document:Object, id:String):voidParameters
document:Object
 
id:String