| 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 |
| 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 |