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

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

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

Classes in org.codehaus.spice.loggerstore.stores that implement LoggerStore
 class AbstractLoggerStore
          AbstractLoggerStore is an abstract implementation of LoggerStore for the functionality common to all Loggers.
 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.