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()Creates aLoggerConfigwith all the defaults (can be found inLoggerConfig.Defaults).CoreEnvironment.loggerConfig()Returns the current logger configuration.