Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
Logger allows you to specify logging targets, and uses the StructuredLogTestingSDK. Log targeting is left up to your application. Logging and output to the console
will be suppressed unless you specify targets.
public function Logger()
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
Constructor
public static function log(logObject:Object, message:String):void
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 10 |
The static function used for all logging in the API.
Parameters
| logObject:Object — A reference to the instance of the Object that's calling this function.
|
|
| message:String — The information you wish to send to SLog's registered targets
|
Thu Mar 31 2011, 06:48 PM -04:00