Packageorg.as3commons.logging.integration
Classpublic final class YUILoggerFactory
InheritanceYUILoggerFactory Inheritance Object
Implements org.seasar.akabana.yui.core.logging.ILoggerFactory

Since : 2.5.1

YUILoggerFactory provides a integration into the YUI framework.

To integrate this class properly it needs to be registered via registerClass before calling initialize();

     registerClassAlias( "org.seasar.akabana.yui.logging.LoggerFactory", YUILoggerFactory );
     Logging.initialize();
     

See also

http://yui-docs.akabana.info/


Public Methods
 MethodDefined By
  
Constructs a new YUILoggerFactory
YUILoggerFactory
  
getLogger(target:Object):ILogger
Returns a matching ILogger for the passed in object that sends all statements to as3commons.
YUILoggerFactory
Constructor Detail
YUILoggerFactory()Constructor
public function YUILoggerFactory()

Constructs a new YUILoggerFactory

Method Detail
getLogger()method
public function getLogger(target:Object):ILogger

Returns a matching ILogger for the passed in object that sends all statements to as3commons.

Parameters

target:Object — Target to be taken as information for the object to log.

Returns
ILogger