Package | Description |
---|---|
net.spy.memcached.compat |
spy.jar compatibility classes
|
net.spy.memcached.compat.log |
Logging Abstractions
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
SpyThread.getLogger()
Get a Logger instance for this class.
|
protected Logger |
SpyObject.getLogger()
Get a Logger instance for this class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Abstract implementation of Logger providing most of the common framework.
|
class |
DefaultLogger
Default logger implementation.
|
class |
Log4JLogger
Logging implementation using log4j.
|
class |
SLF4JLogger
Logging Implementation using the SLF4J
logging facade.
|
class |
SunLogger
Logging implementation using the sun logger.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(java.lang.Class<?> clazz)
Get a logger by class.
|
static Logger |
LoggerFactory.getLogger(java.lang.String name)
Get a logger by name.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.