Class DataSourceConnectionSource

All Implemented Interfaces:
ConnectionSource, ContextAware, LifeCycle

public class DataSourceConnectionSource extends ConnectionSourceBase
The DataSourceConnectionSource is an implementation of ConnectionSource that obtains the Connection in the recommended JDBC manner based on a DataSource.

For more information about this component, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#DBAppender

Author:
Ray DeCampo, Ceki Gülcü