Package ch.qos.logback.access.db

The ch.qos.logback.access.db package provides means to append access events into various databases.

See:
          Description

Class Summary
DBAppender The DBAppender inserts access events into three database tables in a format independent of the Java programming language.
 

Package ch.qos.logback.access.db Description

The ch.qos.logback.access.db package provides means to append access events into various databases.

Most popular database systems, such as PostgreSQL, MySQL, Oracle, DB2 and MsSQL are supported.

Just as importantly, the way for obtaining JDBC connections is pluggable. Connections can be obtained through the tradinal way of DriverManager, or alternatively as a DataSource. A DataSource can be instantiated directly or it can obtained through JNDI.



Copyright © 2005-2013 QOS.ch. All Rights Reserved.