Package | Description |
---|---|
com.couchbase.client.protocol.views | |
com.couchbase.client.vbucket.provider | |
net.spy.memcached.compat |
spy.jar compatibility classes
|
net.spy.memcached.compat.log |
Logging Abstractions
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
ViewOperationImpl.LOGGER |
Modifier and Type | Class and Description |
---|---|
static class |
CouchbaseConfigConnection.LoggerProxy |
Modifier and Type | Method and Description |
---|---|
protected Logger |
CouchbaseConfigConnection.getLogger() |
Constructor and Description |
---|
CouchbaseConfigConnection.LoggerProxy(Logger logger) |
Modifier and Type | Method and Description |
---|---|
protected Logger |
SpyObject.getLogger()
Get a Logger instance for this class.
|
protected Logger |
SpyThread.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-2014 Couchbase, Inc.