| Package | com.theriabook.util.logging |
| Class | public class TraceOutputDescription |
| Implements | com.theriabook.util.logging.IOutputDecription, mx.core.IMXMLObject |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
| TraceOutputDescription | |||
|
initialized(document:Object, id:String):void
| TraceOutputDescription | ||
| classId | property |
classId:String [read-only]Unique id (on per class basis).
Implementation public function get classId():String
| destination | property |
destination:String [read-write]Implementation
public function get destination():String
public function set destination(value:String):void
| fieldSeparator | property |
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
| id | property |
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
| includeCategory | property |
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
| includeDate | property |
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
| includeLevel | property |
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
| includeTime | property |
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
| logOutput | property |
logOutput:ILogOutput [read-only]Implementation
public function get logOutput():ILogOutput
| name | property |
name:String [read-only]Implementation
public function get name():String
| subtopic | property |
subtopic:String [read-write]Implementation
public function get subtopic():String
public function set subtopic(value:String):void
| subtopicAsPassword | property |
subtopicAsPassword:Boolean [read-only]Implementation
public function get subtopicAsPassword():Boolean
| subtopicTitle | property |
subtopicTitle:String [read-only]Implementation
public function get subtopicTitle():String
| TraceOutputDescription | () | constructor |
public function TraceOutputDescription()
| initialized | () | method |
public function initialized(document:Object, id:String):voidParameters
document:Object |
|
id:String |