Uses of Class
com.couchbase.client.core.env.LoggerConfig
Packages that use LoggerConfig
-
Uses of LoggerConfig in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc with parameters of type LoggerConfigModifier and TypeMethodDescriptionstatic LoggingEventConsumerLoggingEventConsumer.create(LoggerConfig loggerConfig) -
Uses of LoggerConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return LoggerConfigModifier and TypeMethodDescriptionLoggerConfig.Builder.build()Builds theLoggerConfigand makes it immutable.static LoggerConfigLoggerConfig.create()Deprecated.CoreEnvironment.loggerConfig()Returns the current logger configuration.
CoreEnvironment.Builder.loggerConfig(Consumer)and configure the builder passed to the consumer.