| Package | org.as3commons.logging.integration |
| Class | public final class YUILoggerFactory |
| Inheritance | YUILoggerFactory 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
| Method | Defined 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 | ||
| YUILoggerFactory | () | Constructor |
public function YUILoggerFactory()
Constructs a new YUILoggerFactory
| getLogger | () | method |
public function getLogger(target:Object):ILoggerReturns 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.
|
ILogger |