Package org.apache.logging.log4j.core.appender.db.jdbc
The JDBC Appender supports writing log events to a relational database using standard JDBC connections. You will need
a JDBC driver on your classpath for the database you wish to log to.
-
Interface Summary Interface Description ConnectionSource Configuration element forJdbcAppender. -
Class Summary Class Description ColumnConfig A configuration element used to configure which event properties are logged to which columns in the database table.ColumnConfig.Builder DataSourceConnectionSource AJdbcAppenderconnection source that uses aDataSourceto connect to the database.FactoryMethodConnectionSource AJdbcAppenderconnection source that uses a public static factory method to obtain aConnectionorDataSource.JdbcAppender This Appender writes logging events to a relational database using standard JDBC mechanisms.JdbcAppender.Builder<B extends JdbcAppender.Builder<B>> JdbcDatabaseManager AnAbstractDatabaseManagerimplementation for relational databases accessed via JDBC.