Packagecom.adobe.photoshop.log
Classpublic class Logger
InheritanceLogger Inheritance Object

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 Methods
 MethodDefined By
  
Constructor
Logger
  
log(logObject:Object, message:String):void
[static] The static function used for all logging in the API.
Logger
Constructor Detail
Logger()Constructor
public function Logger()

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

Constructor

Method Detail
log()method
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