Uses of Class
org.codehaus.spice.loggerstore.stores.AbstractLoggerStore

Packages that use AbstractLoggerStore
org.codehaus.spice.loggerstore.stores   
 

Uses of AbstractLoggerStore in org.codehaus.spice.loggerstore.stores
 

Subclasses of AbstractLoggerStore in org.codehaus.spice.loggerstore.stores
 class ConsoleLoggerStore
          ConsoleLoggerStore extends AbstractLoggerStore to provide the implementation specific that just writes to console.
 class Jdk14LoggerStore
          Jdk14LoggerStore extends AbstractLoggerStore to provide the implementation specific to the JDK14 logger.
 class Log4JLoggerStore
          Log4JLoggerStore extends AbstractLoggerStore to provide the implementation specific to the Log4J logger.
 class LogKitLoggerStore
          LogKitLoggerStore extends AbstractLoggerStore to provide the implementation specific to the LogKit logger.
 



Copyright © 2003 Codehaus. All Rights Reserved.