| Package | com.theriabook.util.logging |
| Class | public class XPanelLogOutput |
| Implements | com.theriabook.util.logging.ILogOutput, flash.events.IEventDispatcher, mx.core.IMXMLObject |
| Property | Defined by | ||
|---|---|---|---|
| fieldSeparator : String = " "
The separator string to use between fields (the default is " ")
| XPanelLogOutput | ||
| fieldSeparator : String = " " | XPanelLogOutput | ||
| id : String [read-only]
Provides access to the id of this target.
| XPanelLogOutput | ||
| includeCategory : Boolean = true
Indicates if the category for this target should added to the trace.
| XPanelLogOutput | ||
| includeCategory : Boolean = true | XPanelLogOutput | ||
| Method | Defined by | ||
|---|---|---|---|
| XPanelLogOutput | |||
|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| XPanelLogOutput | ||
|
dispatchEvent(evt:Event):Boolean
| XPanelLogOutput | ||
|
hasEventListener(type:String):Boolean
| XPanelLogOutput | ||
|
initialized(document:Object, id:String):void
| XPanelLogOutput | ||
|
log(message:String, category:String, level:int = 0, time:Date = null):void
| XPanelLogOutput | ||
|
releaseOutput():void
| XPanelLogOutput | ||
|
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| XPanelLogOutput | ||
|
willTrigger(type:String):Boolean
| XPanelLogOutput | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| XPanelLogOutput | ||||
| Constant | Defined by | ||
|---|---|---|---|
| FAULT : String = "fault" [static]
| XPanelLogOutput | ||
| fieldSeparator | property |
public var fieldSeparator:String = " "The separator string to use between fields (the default is " ")
| fieldSeparator | property |
public var fieldSeparator:String = " "
| 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 |
public var includeCategory:Boolean = trueIndicates if the category for this target should added to the trace.
| includeCategory | property |
public var includeCategory:Boolean = true
| XPanelLogOutput | () | constructor |
public function XPanelLogOutput()
| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidParameters
type:String |
|
listener:Function |
|
useCapture:Boolean (default = false) |
|
priority:int (default = 0) |
|
useWeakReference:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(evt:Event):BooleanParameters
evt:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):BooleanParameters
type:String |
Boolean |
| initialized | () | method |
public function initialized(document:Object, id:String):voidParameters
document:Object |
|
id:String |
| log | () | method |
public function log(message:String, category:String, level:int = 0, time:Date = null):voidParameters
message:String |
|
category:String |
|
level:int (default = 0) |
|
time:Date (default = null) |
| releaseOutput | () | method |
public function releaseOutput():void
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):voidParameters
type:String |
|
listener:Function |
|
useCapture:Boolean (default = false) |
| willTrigger | () | method |
public function willTrigger(type:String):BooleanParameters
type:String |
Boolean |
| fault | event |
| FAULT | constant |
public static const FAULT:String = "fault"