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
(c) 2011 Adobe Systems Inc. All rights reserved. Fri Oct 21 2011, 03:36 PM -04:00