Packageuk.msfx.utils.tracing.core
Classpublic class TrCoreFP10
InheritanceTrCoreFP10 Inheritance TrCore Inheritance Object

Flash Player 10 version of the core Tr.ace() library.

Adds Clipboard support



Public Properties
 PropertyDefined By
  copyToClipboard : Boolean
Whether or not to copy the traces to the clipboard
TrCoreFP10
Public Methods
 MethodDefined By
  
Empty Constructor.
TrCoreFP10
  
out(output:*, user:String, withinClass:*, startWithLineBreak:Boolean = false, endWithLineBreak:Boolean = false):void
[override] Function to format and trace to the output console.
TrCoreFP10
 Inherited
outArray(output:Array, user:String, withinClass:*, level:int = 0):void
Function to format and trace the contents of an Array to the console.
TrCore
 Inherited
outMulti(values:Array, user:String, withinClass:*):void
Function to trace multiple values out, seperated by commas.
TrCore
 Inherited
outObject(output:Object, user:String, withinClass:*, level:int = 0):void
Function to format and trace the contents of an Object to the console.
TrCore
Property Detail
copyToClipboardproperty
copyToClipboard:Boolean

Whether or not to copy the traces to the clipboard


Implementation
    public function get copyToClipboard():Boolean
    public function set copyToClipboard(value:Boolean):void
Constructor Detail
TrCoreFP10()Constructor
public function TrCoreFP10()

Empty Constructor.

Method Detail
out()method
override public function out(output:*, user:String, withinClass:*, startWithLineBreak:Boolean = false, endWithLineBreak:Boolean = false):void

Function to format and trace to the output console.

Extended to provide Clipboard functionality.

Parameters

output:* — The output that you wish to trace to the console
 
user:String — The name of the user tracing the output
 
withinClass:* — The name of the Class the output is being traced from
 
startWithLineBreak:Boolean (default = false) — Whether to start the trace with a line break
 
endWithLineBreak:Boolean (default = false) — Whether to end the trace with a line break