Class LogRedaction
java.lang.Object
com.couchbase.client.core.logging.LogRedaction
Static utility methods for global log redaction settings.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RedactionLevel
Returns the current redaction level.static void
setRedactionLevel
(RedactionLevel redactionLevel) Changes the redaction level.
-
Method Details
-
getRedactionLevel
Returns the current redaction level. -
setRedactionLevel
Changes the redaction level.
-