Packageorg.spicefactory.lib.logging
Interfacepublic interface LogFactory
Implementors FlexLogFactory

Factory interface of the Spicelib Log Wrapper API. Depending on the type of Application implementations will delegate to the Flex Logging API or to the Spicelib Flash Logging Framework.



Public Methods
 MethodDefined By
  
getLogger(name:Object):Logger
Returns the logger for the specified name.
LogFactory
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