Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While looking through the log4j documentation I noticed that a database could be a logging target. A bit more research later it looked like only SQL databases can be targeted. Could NoSql databases be included as well?

share|improve this question

1 Answer

up vote 0 down vote accepted

Anything can be included if you just write an Appender.

One of the databases which lends itself more easily to logging is MongoDB with its capped collection option, see overview here.

An implementation and more in-depth explanations can be found in the Log4mongo project wiki

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.