Package | Description |
---|---|
com.couchbase.client.core.logging |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCouchbaseLogger
A skeletal implementation of
CouchbaseLogger . |
Modifier and Type | Method and Description |
---|---|
static CouchbaseLogger |
CouchbaseLoggerFactory.getInstance(Class<?> clazz)
Creates a new logger instance with the name of the specified class.
|
static CouchbaseLogger |
CouchbaseLoggerFactory.getInstance(String name)
Creates a new logger instance with the specified name.
|
CouchbaseLogger |
Slf4JLoggerFactory.newInstance(String name) |
CouchbaseLogger |
Log4JLoggerFactory.newInstance(String name) |
CouchbaseLogger |
JdkLoggerFactory.newInstance(String name) |
protected abstract CouchbaseLogger |
CouchbaseLoggerFactory.newInstance(String name)
Creates a new logger instance with the specified name.
|
CouchbaseLogger |
CommonsLoggerFactory.newInstance(String name) |
Copyright © 2016 Couchbase, Inc.. All rights reserved.