https://issues.apache.org/bugzilla/show_bug.cgi?id=50366

           Summary: JDBCAppender Enhancement
           Product: Log4j
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Appender
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I created an enhanced version of the JDBCAppender. It contains the following
changes:

- uses batch update (performance improvement)
- Added JDNI lookup support. More robust then specifying JDBC parameters in the
log4j config files 
- fixed the NullPointerExceptin when using with AsyncAppender and
LogManager.close() was called.
- updated the JavaDoc with examples
- escape colons to two colons
- preserved Java 1.0 compatibility and compatibility previous version of
JDBCAppender (all method signatures are intact including protected methods)

I attach the updated version, and hope it can be added to the next release.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to