Home » apache-log4j-1.2.15 » com.klopotek.utils » log »

com.klopotek.utils.log

Interfaces:

JDBCConnectionHandler   This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.  code | html
JDBCIDHandler   This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger.  code | html

Classes:

DefaultConnectionHandler   This is a default JDBCConnectionHandler used by JDBCAppender  code | html
JDBCAppender   The JDBCAppender, writes messages into a database

The JDBCAppender is configurable at runtime by setting options in two alternatives :

1. 

code | html
JDBCLogger   This class encapsulate the logic which is necessary to log into a table.  code | html
LogColumn   This class encapsulate all by class JDBCLogger needed data around a column  code | html
LogType   This class contains all constants which are necessary to define a columns log-type.  code | html