| Package | com.theriabook.util |
| Class | public class XPanelTarget |
| Inheritance | XPanelTarget mx.logging.AbstractTarget |
| Implements | flash.events.IEventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| fieldSeparator : String = " "
The separator string to use between fields (the default is " ")
| XPanelTarget | ||
| fieldSeparator : String = " " | XPanelTarget | ||
| includeCategory : Boolean = false
Indicates if the category for this target should added to the trace.
| XPanelTarget | ||
| includeCategory : Boolean = false | XPanelTarget | ||
| Method | Defined by | ||
|---|---|---|---|
| XPanelTarget | |||
|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| XPanelTarget | ||
|
dispatchEvent(evt:Event):Boolean
| XPanelTarget | ||
|
hasEventListener(type:String):Boolean
| XPanelTarget | ||
|
logEvent(event:LogEvent):void
This method handles a
LogEvent from an associated logger. | XPanelTarget | ||
|
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| XPanelTarget | ||
|
willTrigger(type:String):Boolean
| XPanelTarget | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| XPanelTarget | ||||
| Constant | Defined by | ||
|---|---|---|---|
| FAULT : String = "fault" [static]
| XPanelTarget | ||
| fieldSeparator | property |
public var fieldSeparator:String = " "The separator string to use between fields (the default is " ")
| fieldSeparator | property |
public var fieldSeparator:String = " "
| includeCategory | property |
public var includeCategory:Boolean = falseIndicates if the category for this target should added to the trace.
| includeCategory | property |
public var includeCategory:Boolean = false
| XPanelTarget | () | constructor |
public function XPanelTarget()
| 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 |
| logEvent | () | method |
public override function logEvent(event:LogEvent):void
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 will be called only if the event's level is in range of the
target's level.
Descendants need to override this method to make it useful.
event:LogEvent |
| 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"