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?
While looking through the log4j documentation I noticed that a database could be a
Share
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