Package | Description |
---|---|
org.apache.logging.log4j.core.appender.db.jdbc |
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
|
Class | Description |
---|---|
AbstractConnectionSource | |
AbstractDriverManagerConnectionSource |
A
ConnectionSource that uses a JDBC connection string, a user name, and a password to call
DriverManager.getConnection(String, String, String) . |
AbstractDriverManagerConnectionSource.Builder |
Builds DriverManagerConnectionSource instances.
|
ColumnConfig |
A configuration element used to configure which event properties are logged to which columns in the database table.
|
ColumnConfig.Builder | |
ConnectionSource |
Configuration element for
JdbcAppender . |
DataSourceConnectionSource |
A
JdbcAppender connection source that uses a DataSource to connect to the database. |
DriverManagerConnectionSource |
A
ConnectionSource that uses a JDBC connection string, a user name, and a password to call
DriverManager.getConnection(String, String, String) . |
DriverManagerConnectionSource.Builder |
Builds DriverManagerConnectionSource instances.
|
FactoryMethodConnectionSource |
A
JdbcAppender connection source that uses a public static factory method to obtain a Connection or
DataSource . |
JdbcAppender |
This Appender writes logging events to a relational database using standard JDBC mechanisms.
|
JdbcAppender.Builder | |
JdbcDatabaseManager |
An
AbstractDatabaseManager implementation for relational databases accessed via JDBC. |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.