You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/05/06 20:56:26 UTC

DO NOT REPLY [Bug 19706] New: - Add Initial Commons Logging to DBCP

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19706>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19706

Add Initial Commons Logging to DBCP

           Summary: Add Initial Commons Logging to DBCP
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Dbcp
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: marty_f_rose@hotmail.com


I've found it useful, and from seeing some on the commons-def mailing list that
others are frustrated as well with the logging in the dbcp package.

I've added some very simple logging implementations (using commons-logging) to
dbcp which will log several events, including the retrieval/returning of
connections, creation/closing of statements, and the ability to log warnings on
failure to close statements/result sets.

Initially, it adds a dependency on both commons-lang for building trace logs
(ExceptionUtils), but that could be easily removed if it is deemed more valuable
to keep the dependency list short.

Attachments to follow...

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org