Packageorg.spicefactory.lib.logging.flex
Classpublic class FlexLogFactory
InheritanceFlexLogFactory Inheritance Object
Implements LogFactory

LogFactory implementation that adapts the Spicelib Log Wrapper with the Flex Logging API.



Public Methods
 MethodDefined By
  
getLogger(name:Object):Logger
Returns the logger for the specified name.
FlexLogFactory
Method Detail
getLogger()method
public function getLogger(name:Object):Logger

Returns the logger for the specified name. If the name parameter is a Class instance, the fully qualified class name will be used. Otherwise the toString method will be invoked on the given name instance.

Parameters

name:Object — the name of the logger

Returns
Logger — the logger for the specified name