Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.klopotek.utils.* (4)com.klopotek.utils.log.* (4)

Package Samples:

com.klopotek.utils.log

Classes:

JDBCAppender: The JDBCAppender, writes messages into a database The JDBCAppender is configurable at runtime by setting options in two alternatives : 1. Use a configuration-file Define the options in a file ( example ) and call a PropertyConfigurator.configure(filename) in your code. 2. Use the methods of JDBCAppender to do it Call JDBCAppender::setOption(JDBCAppender.xxx_OPTION, String value) to do it analogically without a configuration-file ( example ) All available options are defined as static String-constants in JDBCAppender named xxx_OPTION. Here is a description of all available options : 1. Database-options ...
JDBCConnectionHandler: This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger. Author : Thomas Fenner
JDBCIDHandler: This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger. Author : Thomas Fenner
JDBCLogger: This class encapsulate the logic which is necessary to log into a table. Used by JDBCAppender Author : Thomas Fenner
LogType: This class contains all constants which are necessary to define a columns log-type.
LogColumn: This class encapsulate all by class JDBCLogger needed data around a column
DefaultConnectionHandler: This is a default JDBCConnectionHandler used by JDBCAppender

Home | Contact Us | Privacy Policy | Terms of Service