Package | uk.msfx.utils.tracing.core |
Class | public class TrSettings |
Inheritance | TrSettings ![]() |
Thanks to Grant Skinner for his article on Singletons - http://gskinner.com/blog/archives/2006/07/as3_singletons.html.
Property | Defined By | ||
---|---|---|---|
arrayAndObjectLinebreaks : Boolean
Toggle whether a line break will be added at the beginning and end of a Tr.aceArray() or Tr.aceObject() call. | TrSettings | ||
console : TextField
Textfield to print the output into
| TrSettings | ||
enabled : Boolean
Toggle whether the output is on or off. | TrSettings | ||
ignoreClasses : Array
An Array of Classes (Class) that you wish the output to ignore. | TrSettings | ||
ignoreUsers : Array
An Array of Users (String) that you wish the output to ignore. | TrSettings | ||
restrictToClasses : Array
An Array of Classes (Class) that you wish the output to be restricted to. | TrSettings | ||
restrictToUsers : Array
An Array of users (Strings) that you wish the output to be restricted to. | TrSettings | ||
useLineBreaks : Boolean
Toggle whether the output has line breaks inbetween each trace. | TrSettings | ||
useTimeStamp : Boolean
Toggle whether each trace feautures a timestamp (HH:MM:SS:MS). | TrSettings |
Method | Defined By | ||
---|---|---|---|
Constructor. | TrSettings | ||
[static]
Returns the instance of this TrSettings Class
| TrSettings |
arrayAndObjectLinebreaks | property |
public var arrayAndObjectLinebreaks:Boolean
Toggle whether a line break will be added at the beginning and end of a Tr.aceArray() or Tr.aceObject() call.
console | property |
public var console:TextField
Textfield to print the output into
enabled | property |
public var enabled:Boolean
Toggle whether the output is on or off.
ignoreClasses | property |
public var ignoreClasses:Array
An Array of Classes (Class) that you wish the output to ignore.
ignoreUsers | property |
public var ignoreUsers:Array
An Array of Users (String) that you wish the output to ignore.
restrictToClasses | property |
public var restrictToClasses:Array
An Array of Classes (Class) that you wish the output to be restricted to.
restrictToUsers | property |
public var restrictToUsers:Array
An Array of users (Strings) that you wish the output to be restricted to.
useLineBreaks | property |
public var useLineBreaks:Boolean
Toggle whether the output has line breaks inbetween each trace.
useTimeStamp | property |
public var useTimeStamp:Boolean
Toggle whether each trace feautures a timestamp (HH:MM:SS:MS).
TrSettings | () | Constructor |
public function TrSettings()
Constructor.
getInstance | () | method |
public static function getInstance():TrSettings
Returns the instance of this TrSettings Class
ReturnsTrSettings — TrSettings
|