Uses of Class
com.couchbase.client.core.event.consumers.LoggingConsumer.OutputFormat
Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.event.consumers |
-
Uses of LoggingConsumer.OutputFormat in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env with parameters of type LoggingConsumer.OutputFormat Modifier and Type Method Description SELF
DefaultCoreEnvironment.Builder. defaultMetricsLoggingConsumer(boolean enabled, CouchbaseLogLevel level, LoggingConsumer.OutputFormat format)
-
Uses of LoggingConsumer.OutputFormat in com.couchbase.client.core.event.consumers
Fields in com.couchbase.client.core.event.consumers declared as LoggingConsumer.OutputFormat Modifier and Type Field Description static LoggingConsumer.OutputFormat
LoggingConsumer. DEFAULT_FORMAT
Methods in com.couchbase.client.core.event.consumers that return LoggingConsumer.OutputFormat Modifier and Type Method Description static LoggingConsumer.OutputFormat
LoggingConsumer.OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingConsumer.OutputFormat[]
LoggingConsumer.OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.event.consumers with parameters of type LoggingConsumer.OutputFormat Modifier and Type Method Description static LoggingConsumer
LoggingConsumer. create(CouchbaseLogLevel level, LoggingConsumer.OutputFormat outputFormat)