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.mongodb3 |
The classes in this package contain the MongoDB provider for the NoSQL Appender.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
NoSqlProvider<C extends NoSqlConnection<?,? extends NoSqlObject<?>>> |
Implementations of this class are plugins for configuring the
NoSqlAppender with the proper provider
(MongoDB, etc.). |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractNoSqlConnection<W,T extends NoSqlObject<W>> |
Facilitates implementations of
NoSqlConnection . |
Modifier and Type | Class | Description |
---|---|---|
class |
CouchDbConnection |
The Apache CouchDB implementation of
NoSqlConnection . |
Modifier and Type | Class | Description |
---|---|---|
class |
MongoDbConnection |
The MongoDB implementation of
NoSqlConnection . |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.