Package | Description |
---|---|
org.apache.logging.log4j.nosql.appender |
The NoSQL Appender supports writing log events to NoSQL databases.
|
org.apache.logging.log4j.nosql.appender.couchdb |
The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.
|
org.apache.logging.log4j.nosql.appender.mongodb |
The classes in this package contain the MongoDB provider for the NoSQL Appender.
|
Modifier and Type | Method and Description |
---|---|
static NoSqlAppender |
NoSqlAppender.createAppender(String name,
String ignore,
org.apache.logging.log4j.core.Filter filter,
String bufferSize,
NoSqlProvider<?> provider)
Factory method for creating a NoSQL appender within the plugin manager.
|
static NoSqlDatabaseManager<?> |
NoSqlDatabaseManager.getNoSqlDatabaseManager(String name,
int bufferSize,
NoSqlProvider<?> provider)
Creates a NoSQL manager for use within the
NoSqlAppender , or returns a suitable one if it already exists. |
Modifier and Type | Class and Description |
---|---|
class |
CouchDbProvider
The Apache CouchDB implementation of
NoSqlProvider . |
Modifier and Type | Class and Description |
---|---|
class |
MongoDbProvider
The MongoDB implementation of
NoSqlProvider . |
Copyright © 1999-2021 Apache Software Foundation. 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.