Packageorg.flowplayer.util
Classpublic class Log



Public Properties
 PropertyDefined by
  enabled : Boolean
Log
  filter : String
[static][write-only]
Log
  level : String
[static][write-only]
Log
  traceEnabled : Boolean = false
[static]
Log
Public Methods
 MethodDefined by
  
Log(owner:Object)
Log
  
configure(config:LogConfiguration):void
[static]
Log
  
debug(msg:String = null, ... rest):void
Log
  
debugStackTrace(msg:String = null):void
Log
  
error(msg:String = null, ... rest):void
Log
  
info(msg:String = null, ... rest):void
Log
  
warn(msg:String = null, ... rest):void
Log
Property detail
enabledproperty
enabled:Boolean  [read-write]Implementation
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void
filterproperty 
filter:String  [write-only]Implementation
    public function set filter(value:String):void
levelproperty 
level:String  [write-only]Implementation
    public function set level(value:String):void
traceEnabledproperty 
public static var traceEnabled:Boolean = false
Constructor detail
Log()constructor
public function Log(owner:Object)Parameters
owner:Object
Method detail
configure()method
public static function configure(config:LogConfiguration):voidParameters
config:LogConfiguration
debug()method 
public function debug(msg:String = null, ... rest):voidParameters
msg:String (default = null)
 
... rest
debugStackTrace()method 
public function debugStackTrace(msg:String = null):voidParameters
msg:String (default = null)
error()method 
public function error(msg:String = null, ... rest):voidParameters
msg:String (default = null)
 
... rest
info()method 
public function info(msg:String = null, ... rest):voidParameters
msg:String (default = null)
 
... rest
warn()method 
public function warn(msg:String = null, ... rest):voidParameters
msg:String (default = null)
 
... rest