Class CouchbaseLoggerFactory

    • Constructor Detail

      • CouchbaseLoggerFactory

        public CouchbaseLoggerFactory()
    • Method Detail

      • setDefaultFactory

        public static void setDefaultFactory​(CouchbaseLoggerFactory defaultFactory)
        Changes the default factory.
      • getRedactionLevel

        public static RedactionLevel getRedactionLevel()
        Returns the current redaction level.
      • setRedactionLevel

        public static void setRedactionLevel​(RedactionLevel redactionLevel)
        Changes the redaction level.
      • getInstance

        public static CouchbaseLogger getInstance​(Class<?> clazz)
        Creates a new logger instance with the name of the specified class.
      • getInstance

        public static CouchbaseLogger getInstance​(String name)
        Creates a new logger instance with the specified name.
      • newInstance

        protected abstract CouchbaseLogger newInstance​(String name)
        Creates a new logger instance with the specified name.