Package org.apache.log4j.jdbcplus

JDBCAppender implementation to log into a database

See:
          Description

Interface Summary
JDBCColumnHandler This interface has to be implemented to provide DYNAMIC-columns with content and its used in class JDBCLogger.
JDBCConnectionHandler This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.
JDBCIDHandler This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger.
JDBCPoolConnectionHandler This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.
JDBCSqlHandler This interface has to be implemented to provide dynamic sql-statements and its used in class JDBCLogger.
 

Class Summary
JDBCAppender The JDBCAppender writes messages into a database via JDBC.
JDBCColumnStorage Storage of the columns
JDBCDefaultConnectionHandler This is a default JDBCConnectionHandler used by JDBCAppender
JDBCLogColumn This class encapsulate all by class JDBCLogger needed data around a column
JDBCLogger This class encapsulate the logic which is necessary to log into a table.
JDBCLogType This class contains all constants which are necessary to define a columns log-type.
JDBCSequencer simple Id handler.
 

Package org.apache.log4j.jdbcplus Description

JDBCAppender implementation to log into a database.



Copyright 2000-2004 Apache Software Foundation.