Uses of Package
org.apache.logging.log4j.core.appender.nosql
-
Packages that use org.apache.logging.log4j.core.appender.nosql Package Description org.apache.logging.log4j.core.appender.nosql The NoSQL Appender supports writing log events to NoSQL databases.org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.org.apache.logging.log4j.mongodb The classes in this package contain the MongoDB provider for the NoSQL Appender. -
Classes in org.apache.logging.log4j.core.appender.nosql used by org.apache.logging.log4j.core.appender.nosql Class Description NoSqlAppender This Appender writes logging events to a NoSQL database using a configured NoSQL provider.NoSqlConnection Represents a connection to the NoSQL database.NoSqlDatabaseManager AnAbstractDatabaseManager
implementation for all NoSQL databases.NoSqlObject Represents a simple POJO object inserted into a NoSQL object.NoSqlProvider Implementations of this class are plugins for configuring theNoSqlAppender
with the proper provider (MongoDB, etc.). -
Classes in org.apache.logging.log4j.core.appender.nosql used by org.apache.logging.log4j.couchdb Class Description AbstractNoSqlConnection Facilitates implementations ofNoSqlConnection
.DefaultNoSqlObject Default implementation ofNoSqlObject
.NoSqlConnection Represents a connection to the NoSQL database.NoSqlObject Represents a simple POJO object inserted into a NoSQL object.NoSqlProvider Implementations of this class are plugins for configuring theNoSqlAppender
with the proper provider (MongoDB, etc.). -
Classes in org.apache.logging.log4j.core.appender.nosql used by org.apache.logging.log4j.mongodb Class Description AbstractNoSqlConnection Facilitates implementations ofNoSqlConnection
.NoSqlConnection Represents a connection to the NoSQL database.NoSqlObject Represents a simple POJO object inserted into a NoSQL object.NoSqlProvider Implementations of this class are plugins for configuring theNoSqlAppender
with the proper provider (MongoDB, etc.).