Debug
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | org.springsoft.aslib.Debug |
| File last modified: | Saturday, 22 January 2005, 14:27:02 |
Summary
Class properties
isActive_
static private isActive_:Boolean = false
(read)
Class methods
trace
static function trace (
msg:String) : Void
Trace method prints a debugging message
Parameters:
msg:
String holding the message
turnOff
static function turnOff (
Void) : Void
Turn off debugging features
turnOn
static function turnOn (
Void) : Void
Turn on debugging features