Packageorg.as3commons.logging.impl
Classpublic class FlexLoggerFactory
ImplementsILoggerFactory

Logger factory that creates a logger from the Flex mx.logging.package.



Public Methods
 MethodDefined by
  
Creates a new FlexLoggerFactory.
FlexLoggerFactory
  
getLogger(name:String):ILogger
Creates and returns a logger for the given name.
FlexLoggerFactory
Constructor detail
FlexLoggerFactory()constructor
public function FlexLoggerFactory()

Creates a new FlexLoggerFactory.

Method detail
getLogger()method
public function getLogger(name:String):ILogger

Creates and returns a logger for the given name.

Parameters
name:String — the name of the logger

Returns
ILogger — the logger