Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 42833 invoked from network); 19 Apr 2004 17:46:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Apr 2004 17:46:28 -0000 Received: (qmail 94685 invoked by uid 500); 19 Apr 2004 17:46:16 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 94656 invoked by uid 500); 19 Apr 2004 17:46:15 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 94634 invoked from network); 19 Apr 2004 17:46:15 -0000 Received: from unknown (HELO maillnx-us112.fmr.com) (192.223.198.27) by daedalus.apache.org with SMTP; 19 Apr 2004 17:46:15 -0000 Received: from virmro111nts.fmr.com (VIRMRO111NTS.fmr.com [172.26.5.99]) by maillnx-us112.fmr.com (Switch-3.1.2/Switch-3.1.0) with SMTP id i3JHkIZE011676 for ; Mon, 19 Apr 2004 13:46:18 -0400 Received: from MSGBOSCLE2WIN.fmr.com ([10.46.17.37]) by MSGMMKIM02WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Mon, 19 Apr 2004 13:46:17 -0400 x-mimeole: Produced By Microsoft Exchange V6.0.6521.0 content-class: urn:content-classes:message Subject: DBCP Contribution: Replace System.out calls with Commons Logging MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 19 Apr 2004 13:46:17 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DBCP Contribution: Replace System.out calls with Commons Logging Thread-Index: AcQmNSuqmzm7EXS4QQu1SDFMMMJcbgAAK1fw From: "Viens, Steve" To: "Jakarta Commons Developers List" X-OriginalArrivalTime: 19 Apr 2004 17:46:17.0533 (UTC) FILETIME=[378D8ED0:01C42636] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -- Reposting with a more descriptive subject -- I've been looking through the DBCP source this morning and have noticed several instances where System.out, System.err and printStackTrace() have been used to write error or status messages to the console. I'm wondering if there's any interest in a contribution that would replace these calls with calls to the commons-logging package instead? I'm making these changes to my own copy anyway - so I'm just curious if there's any interested in having them contributed back. The downside is that this would make DBCP dependent on the commons-logging library which (IMHO) is worth it I think.=20 Steve (sviens@apache.org) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org