Uses of Enum Class
com.couchbase.client.dcp.metrics.LogLevel
Packages that use LogLevel
Package
Description
-
Uses of LogLevel in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp with parameters of type LogLevelModifier and TypeMethodDescriptionEnables fine-grained trace logging to the "com.couchbase.client.dcp.trace" category. -
Uses of LogLevel in com.couchbase.client.dcp.events
Constructors in com.couchbase.client.dcp.events with parameters of type LogLevelModifierConstructorDescriptionLoggingTracer(LogLevel level, Predicate<String> documentIdIsInteresting) -
Uses of LogLevel in com.couchbase.client.dcp.metrics
Methods in com.couchbase.client.dcp.metrics that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.metrics with parameters of type LogLevelModifier and TypeMethodDescriptionActionCounter.Builder.failureLogLevel(LogLevel logLevel) ActionTimer.Builder.failureLogLevel(LogLevel logLevel) ActionCounter.Builder.successLogLevel(LogLevel logLevel) ActionTimer.Builder.successLogLevel(LogLevel logLevel)