org.codehaus.spice.loggerstore.factories
Class SimpleLogKitLoggerStoreFactory
java.lang.Object
|
+--org.jcontainer.dna.AbstractLogEnabled
|
+--org.codehaus.spice.loggerstore.factories.AbstractLoggerStoreFactory
|
+--org.codehaus.spice.loggerstore.factories.LogKitLoggerStoreFactory
|
+--org.codehaus.spice.loggerstore.factories.SimpleLogKitLoggerStoreFactory
- All Implemented Interfaces:
- LogEnabled, LoggerStoreFactory
- public class SimpleLogKitLoggerStoreFactory
- extends LogKitLoggerStoreFactory
SimpleLogKitLoggerStoreFactory specialises the LogKitLoggerStoreFactory to
use the SimpleLogKitManager.
- Author:
- Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleLogKitLoggerStoreFactory
public SimpleLogKitLoggerStoreFactory()
doCreateLoggerStore
protected LoggerStore doCreateLoggerStore(Map config)
throws Exception
- Creates a LoggerStore from a given set of configuration parameters.
- Overrides:
doCreateLoggerStore
in class LogKitLoggerStoreFactory
- Parameters:
config
- the Map of parameters for the configuration of the store
- Returns:
- the LoggerStore
- Throws:
Exception
- if unable to create the LoggerStore
Copyright © 2003 Codehaus. All Rights Reserved.