Packagecom.adobe.air.logging
Classpublic class FileTarget
InheritanceFileTarget Inheritance mx.logging.targets.LineFormattedTarget

An Adobe AIR only class that provides a log target for the Flex logging framework, that logs files to a file on the user's system. This class will only work when running within Adobe AIR>



Public Properties
 PropertyDefined by
  logURI : String
[read-only]
FileTarget
Public Methods
 MethodDefined by
  
FileTarget(logFile:File = null)
FileTarget
  
clear():void
FileTarget
Property detail
logURIproperty
logURI:String  [read-only]Implementation
    public function get logURI():String
Constructor detail
FileTarget()constructor
public function FileTarget(logFile:File = null)Parameters
logFile:File (default = null)
Method detail
clear()method
public function clear():void