org.codehaus.spice.loggerstore.factories
Class ExcaliburLogKitLoggerStoreFactory

java.lang.Object
  |
  +--org.jcontainer.dna.AbstractLogEnabled
        |
        +--org.codehaus.spice.loggerstore.factories.AbstractLoggerStoreFactory
              |
              +--org.codehaus.spice.loggerstore.factories.LogKitLoggerStoreFactory
                    |
                    +--org.codehaus.spice.loggerstore.factories.ExcaliburLogKitLoggerStoreFactory
All Implemented Interfaces:
LogEnabled, LoggerStoreFactory

public class ExcaliburLogKitLoggerStoreFactory
extends LogKitLoggerStoreFactory

ExcaliburLogKitLoggerStoreFactory specialises the LogKitLoggerStoreFactory to use the Excalibur LogKitLoggerManager.

Author:
Mauro Talevi

Field Summary
 
Fields inherited from class org.codehaus.spice.loggerstore.factories.LogKitLoggerStoreFactory
LOGGER_MANAGER
 
Fields inherited from interface org.codehaus.spice.loggerstore.LoggerStoreFactory
FILE_LOCATION, URL_LOCATION
 
Constructor Summary
ExcaliburLogKitLoggerStoreFactory()
           
 
Method Summary
protected  LoggerStore doCreateLoggerStore(Map config)
          Creates a LoggerStore from a given set of configuration parameters.
 
Methods inherited from class org.codehaus.spice.loggerstore.factories.LogKitLoggerStoreFactory
getClassLoader
 
Methods inherited from class org.codehaus.spice.loggerstore.factories.AbstractLoggerStoreFactory
createLoggerStore, getInputStream, missingConfiguration
 
Methods inherited from class org.jcontainer.dna.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcaliburLogKitLoggerStoreFactory

public ExcaliburLogKitLoggerStoreFactory()
Method Detail

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.