I\'m trying to save log messages to a central database. In order to do this, I configured the following Appender in log4j\'s xml configuration:
I'm not familiar with log4j or JDBC, but I do know JDBC supports prepared statements. Perhaps there is a way to use that with the JDBCAppender