| Package | com.jadbox.flashmvc2 |
| Class | public class SuperLogger |
| Property | Defined by | ||
|---|---|---|---|
| enabled : Boolean = true [static]
Set this to false to disable the logger to save memory.
| SuperLogger | ||
| log : XMLList [static][read-only]
| SuperLogger | ||
| logString : String [static][read-only]
Returns a tracable output of the log.
| SuperLogger | ||
| Method | Defined by | ||
|---|---|---|---|
|
appendComplete(superEvent:*):void
[static]
| SuperLogger | ||
|
appendRun(superEvent:SuperEvent):void
[static]
| SuperLogger | ||
|
appendStatus(superEvent:*):void
[static]
| SuperLogger | ||
|
clearAll():void
[static]
Resets the log.
| SuperLogger | ||
| enabled | property |
public static var enabled:Boolean = trueSet this to false to disable the logger to save memory. This is enabled by default.
| log | property |
log:XMLList [read-only]Implementation
public static function get log():XMLList
| logString | property |
logString:String [read-only]Returns a tracable output of the log.
Implementation public static function get logString():String
| appendComplete | () | method |
public static function appendComplete(superEvent:*):voidParameters
superEvent:* |
| appendRun | () | method |
| appendStatus | () | method |
public static function appendStatus(superEvent:*):voidParameters
superEvent:* |
| clearAll | () | method |
public static function clearAll():voidResets the log.