|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.spice.loggerstore.stores.AbstractLoggerStore | +--org.codehaus.spice.loggerstore.stores.LogKitLoggerStore
LogKitLoggerStore extends AbstractLoggerStore to provide the implementation specific to the LogKit logger.
Constructor Summary | |
LogKitLoggerStore(org.apache.avalon.excalibur.logger.LoggerManager loggerManager,
org.apache.avalon.framework.logger.Logger logger,
org.apache.avalon.framework.context.Context context,
org.apache.avalon.framework.configuration.Configuration configuration)
Creates a LogKitLoggerStore using the given configuration |
Method Summary | |
void |
close()
Closes the LoggerStore and shuts down the logger hierarchy. |
protected Logger |
createLogger(String name)
Creates new LogKitLogger for the given category. |
Methods inherited from class org.codehaus.spice.loggerstore.stores.AbstractLoggerStore |
enableLogging, getLogger, getLogger, getRootLogger, setRootLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogKitLoggerStore(org.apache.avalon.excalibur.logger.LoggerManager loggerManager, org.apache.avalon.framework.logger.Logger logger, org.apache.avalon.framework.context.Context context, org.apache.avalon.framework.configuration.Configuration configuration) throws Exception
LogKitLoggerStore
using the given configuration
loggerManager
- the LoggerManager used to configure the storelogger
- the Logger to logEnable the LoggerManagercontext
- the Context of the LoggerManagerconfiguration
- the logger configuration
Exception
- if fails to create or configure LoggerMethod Detail |
protected Logger createLogger(String name)
createLogger
in class AbstractLoggerStore
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |