net.spy.memcached.compat
Class SpyObject
java.lang.Object
  
net.spy.memcached.compat.SpyObject
- Direct Known Subclasses: 
 - BaseOperationImpl, BaseSerializingTranscoder, CacheLoader, CASMutator, DefaultConnectionFactory, IntegerTranscoder, KetamaNodeLocator, LongTranscoder, MemcachedConnection, TCPMemcachedNodeImpl, TranscodeService
 
public class SpyObject
- extends Object
 
Superclass for all Spy Objects.
| 
Constructor Summary | 
SpyObject()
 
          Get an instance of SpyObject. | 
 
| 
Method Summary | 
protected  Logger | 
getLogger()
 
          Get a Logger instance for this class. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SpyObject
public SpyObject()
- Get an instance of SpyObject.
 
getLogger
protected Logger getLogger()
- Get a Logger instance for this class.
- Returns:
 - an appropriate logger instance.