| Home >> All >> org >> apache >> log4j >> [ jdbc Javadoc ] |
org.apache.log4j.jdbc: Javadoc index of package org.apache.log4j.jdbc.
Package Samples:
org.apache.log4j.jdbc
Classes:
JDBCAppender: WARNING: This version of JDBCAppender is very likely to be completely replaced in the future. Moreoever, it does not log exceptions . The JDBCAppender provides for sending log events to a database. Each append call adds to an ArrayList buffer. When the buffer is filled each log event is placed in a sql statement (configurable) and executed. BufferSize , db URL , User , & Password are configurable options in the standard log4j ways. The setSql(String sql) sets the SQL statement to be used for logging -- this statement is sent to a PatternLayout (either created automaticly by the appender or added ...
| Home | Contact Us | Privacy Policy | Terms of Service |