Packageorg.as3commons.logging.impl
Classpublic class DefaultLoggerFactory
ImplementsILoggerFactory

Default AS3Commons logger factory. If no logger factory is set on LoggerFactory, then this is the factory that will be used.



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

Creates a new DefaultLoggerFactory

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