Package org.apache.logging.log4j.nosql.appender

The NoSQL Appender supports writing log events to NoSQL databases.

See: Description

Package org.apache.logging.log4j.nosql.appender Description

The NoSQL Appender supports writing log events to NoSQL databases. The following NoSQL databases are currently supported. You can also easily extend this to support other NoSQL databases by implementing just three interfaces: NoSqlObject, NoSqlConnection, and NoSqlProvider. You will need the client library for your NoSQL database of choice on the classpath to use this appender; these Maven dependencies are optional and will not automatically be added to your classpath.

  • MongoDB: org.mongodb:mongo-java-driver:3.0.4 or newer must be on the classpath.
  • Apache CouchDB: org.lightcouch:lightcouch:0.0.6 or newer must be on the classpath.

Copyright © 1999-2017 The 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.