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