Uses of Package
org.apache.logging.log4j.core.appender.nosql
Packages that use org.apache.logging.log4j.core.appender.nosql
Package
Description
The NoSQL Appender supports writing log events to NoSQL databases.
The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.
-
Classes in org.apache.logging.log4j.core.appender.nosql used by org.apache.logging.log4j.core.appender.nosqlClassDescriptionThis Appender writes logging events to a NoSQL database using a configured NoSQL provider.Builds ConsoleAppender instances.Represents a connection to the NoSQL database.An
AbstractDatabaseManager
implementation for all NoSQL databases.Encapsulates data thatNoSqlDatabaseManager.NoSQLDatabaseManagerFactory
uses to create managers.Creates managers.Represents a simple POJO object inserted into a NoSQL object.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.couchdbClassDescriptionFacilitates implementations of
NoSqlConnection
.Default implementation ofNoSqlObject
.Represents a connection to the NoSQL database.Represents a simple POJO object inserted into a NoSQL object.Implementations of this class are plugins for configuring theNoSqlAppender
with the proper provider (MongoDB, etc.).