Skip to content
rgnitz edited this page Aug 11, 2011 · 13 revisions

The mongo-java-logging library is a Java logging handler that writes to MongoDB.

The purpose of this library is to provide application developers with the ability to log to a central location. In this library, the central location is a MongoDB server.

The Java logging framework can be used in conjunction with other logging platforms. For example, you can use SLF4J and back it with Java logging or, you can just use the Java logging platform.

Clone this wiki locally