Uses of Package
org.apache.log4j.db
Packages that use org.apache.log4j.db
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Classes in org.apache.log4j.db used by org.apache.log4j.dbClassDescriptionThe
ConnectionSource
interface provides a pluggable means of transparently obtaining JDBCConnection
s for log4j classes that require the use of aConnection
.Actual retrieval of data is made by the instance of DBReceiverJob associated with DBReceiver.