Uses of Interface
org.apache.logging.log4j.core.appender.db.jdbc.ConnectionSource

Packages that use ConnectionSource
org.apache.logging.log4j.core.appender.db.jdbc The JDBC Appender supports writing log events to a relational database using standard JDBC connections. 
 

Uses of ConnectionSource in org.apache.logging.log4j.core.appender.db.jdbc
 

Classes in org.apache.logging.log4j.core.appender.db.jdbc that implement ConnectionSource
 class DataSourceConnectionSource
          A JdbcAppender connection source that uses a DataSource to connect to the database.
 class FactoryMethodConnectionSource
          A JdbcAppender connection source that uses a public static factory method to obtain a Connection or DataSource.
 

Methods in org.apache.logging.log4j.core.appender.db.jdbc with parameters of type ConnectionSource
static JdbcAppender JdbcAppender.createAppender(String name, String ignore, Filter filter, ConnectionSource connectionSource, String bufferSize, String tableName, ColumnConfig[] columnConfigs)
          Factory method for creating a JDBC appender within the plugin manager.
static JdbcDatabaseManager JdbcDatabaseManager.getJDBCDatabaseManager(String name, int bufferSize, ConnectionSource connectionSource, String tableName, ColumnConfig[] columnConfigs)
          Creates a JDBC manager for use within the JdbcAppender, or returns a suitable one if it already exists.
 



Copyright © 1999-2015 Apache Software Foundation. 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.