Uses of Class
net.spy.memcached.compat.log.AbstractLogger

Packages that use AbstractLogger
net.spy.memcached.compat.log Logging Abstractions 
 

Uses of AbstractLogger in net.spy.memcached.compat.log
 

Subclasses of AbstractLogger in net.spy.memcached.compat.log
 class DefaultLogger
          Default logger implementation.
 class Log4JLogger
          Logging implementation using log4j.
 class SunLogger
          Logging implementation using the sun logger.