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 LoggingEventConsumer
LoggingEventConsumer.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 theLoggerConfig
and makes it immutable.static LoggerConfig
LoggerConfig.create()
Creates aLoggerConfig
with all the defaults (can be found inLoggerConfig.Defaults
).CoreEnvironment.loggerConfig()
Returns the current logger configuration.