Uses of Class
org.apache.logging.log4j.couchdb.CouchDbProvider
-
Packages that use CouchDbProvider Package Description org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender. -
-
Uses of CouchDbProvider in org.apache.logging.log4j.couchdb
Methods in org.apache.logging.log4j.couchdb that return CouchDbProvider Modifier and Type Method Description static CouchDbProvider
CouchDbProvider. createNoSqlProvider(String databaseName, String protocol, String server, String port, String username, String password, String factoryClassName, String factoryMethodName)
Factory method for creating an Apache CouchDB provider within the plugin manager.
-