Uses of Interface
org.codehaus.spice.loggerstore.LoggerStoreFactory

Packages that use LoggerStoreFactory
org.codehaus.spice.loggerstore.factories   
 

Uses of LoggerStoreFactory in org.codehaus.spice.loggerstore.factories
 

Classes in org.codehaus.spice.loggerstore.factories that implement LoggerStoreFactory
 class AbstractLoggerStoreFactory
          The abstract class that makes it easy to create LoggerStoreFactory implementations.
 class ConsoleLoggerStoreFactory
          This is a basic factory for ConsoleLoggerStore.
 class DOMLog4JLoggerStoreFactory
          DOMLog4JLoggerStoreFactory is an implementation of LoggerStoreFactory for the Log4J Logger using a DOM configuration resource.
 class ExcaliburLogKitLoggerStoreFactory
          ExcaliburLogKitLoggerStoreFactory specialises the LogKitLoggerStoreFactory to use the Excalibur LogKitLoggerManager.
 class InitialLoggerStoreFactory
          This is the initial LoggerStoreFactory tyhat the user accesses to create their LoggerStore when the type is configurable.
 class Jdk14LoggerStoreFactory
          Jdk14LoggerStoreFactory is an implementation of LoggerStoreFactory for the JDK14 Logger.
 class LogKitLoggerStoreFactory
          LogKitLoggerStoreFactory is an implementation of LoggerStoreFactory for the LogKit Logger.
 class PropertyLog4JLoggerStoreFactory
          PropertyLog4JLoggerStoreFactory is an implementation of LoggerStoreFactory for the Log4J Logger using a property configuration resource.
 class SimpleLogKitLoggerStoreFactory
          SimpleLogKitLoggerStoreFactory specialises the LogKitLoggerStoreFactory to use the SimpleLogKitManager.
 



Copyright © 2003 Codehaus. All Rights Reserved.