Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41697 invoked from network); 7 Feb 2011 15:09:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 15:09:57 -0000 Received: (qmail 5968 invoked by uid 500); 7 Feb 2011 15:09:57 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5759 invoked by uid 500); 7 Feb 2011 15:09:54 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 5752 invoked by uid 99); 7 Feb 2011 15:09:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:09:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:09:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A0AEE198047 for ; Mon, 7 Feb 2011 15:09:30 +0000 (UTC) Date: Mon, 7 Feb 2011 15:09:30 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <140487336.3965.1297091370654.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Created: (DERBY-5007) Implement an alternative error-logging mechanism using the java.util.logging idiom. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Implement an alternative error-logging mechanism using the java.util.logging idiom. ----------------------------------------------------------------------------------- Key: DERBY-5007 URL: https://issues.apache.org/jira/browse/DERBY-5007 Project: Derby Issue Type: Improvement Components: JDBC Reporter: Rick Hillegas The Driver.getParentLogger() method introduced by JDBC 4.1 gives applications a way to hook into the error-logging mechanism used by the database--provided that the database does its logging via a java.util.logging.Logger. It would be good to support this idiom in Derby alongside the existing home-grown error logger. If we implement this support, then we can remove the extra dummy driver classes added by the derby-4869-24-ab-getParentLogger.diff patch as part of DERBY-4869. Those classes exist only to support the vacuous implementations of Driver.getParentLogger() which raise unimplemented-feature exceptions. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira