Class DBAppender

  • All Implemented Interfaces:
    Appender<IAccessEvent>, ContextAware, FilterAttachable<IAccessEvent>, LifeCycle

    public class DBAppender
    extends DBAppenderBase<IAccessEvent>
    The DBAppender inserts access events into three database tables in a format independent of the Java programming language. For more information about this appender, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#AccessDBAppender
    Author:
    Ceki Gülcü, Ray DeCampo, Sébastien Pennec
    • Field Detail

      • insertSQL

        protected static final java.lang.String insertSQL
      • GET_GENERATED_KEYS_METHOD

        protected static final java.lang.reflect.Method GET_GENERATED_KEYS_METHOD
    • Constructor Detail

      • DBAppender

        public DBAppender()