Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.event.consumers | |
com.couchbase.client.core.logging |
Modifier and Type | Method and Description |
---|---|
SELF |
DefaultCoreEnvironment.Builder.defaultMetricsLoggingConsumer(boolean enabled,
CouchbaseLogLevel level) |
SELF |
DefaultCoreEnvironment.Builder.defaultMetricsLoggingConsumer(boolean enabled,
CouchbaseLogLevel level,
LoggingConsumer.OutputFormat format) |
Modifier and Type | Method and Description |
---|---|
static LoggingConsumer |
LoggingConsumer.create(CouchbaseLogLevel level,
LoggingConsumer.OutputFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
static CouchbaseLogLevel |
CouchbaseLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouchbaseLogLevel[] |
CouchbaseLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CouchbaseLogger.isEnabled(CouchbaseLogLevel level)
Is the logger instance enabled for the specified
level ? |
boolean |
AbstractCouchbaseLogger.isEnabled(CouchbaseLogLevel level) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
String msg)
Log a message at the specified
level . |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
String msg) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object... arguments)
Log a message at the specified
level according to the specified format and arguments. |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object... arguments) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object arg)
Log a message at the specified
level according to the specified format and argument. |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object arg) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object argA,
Object argB)
Log a message at the specified
level according to the specified format and arguments. |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
String format,
Object argA,
Object argB) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
String msg,
Throwable t)
Log an exception (throwable) at the specified
level with an accompanying message. |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
String msg,
Throwable cause) |
void |
CouchbaseLogger.log(CouchbaseLogLevel level,
Throwable t)
Log an exception (throwable) at the specified
level . |
void |
AbstractCouchbaseLogger.log(CouchbaseLogLevel level,
Throwable cause) |
Copyright © 2018 Couchbase, Inc.. All rights reserved.