Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 37405 invoked from network); 14 Mar 2004 13:58:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Mar 2004 13:58:10 -0000 Received: (qmail 68275 invoked by uid 500); 14 Mar 2004 13:58:04 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 68218 invoked by uid 500); 14 Mar 2004 13:58:04 -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 68203 invoked from network); 14 Mar 2004 13:58:03 -0000 Received: from unknown (HELO tungsten.btinternet.com) (194.73.73.81) by daedalus.apache.org with SMTP; 14 Mar 2004 13:58:03 -0000 Received: from [81.128.46.11] (helo=oemcomputer) by tungsten.btinternet.com with smtp (Exim 3.22 #25) id 1B2W7w-00038W-00 for commons-dev@jakarta.apache.org; Sun, 14 Mar 2004 13:58:04 +0000 Message-ID: <000b01c409cd$8e952060$0b2e8051@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Developers List" References: Subject: Re: [id] use of commons-logging Date: Sun, 14 Mar 2004 14:06:33 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 I'll admit to being surprised that [id] has any dependencies. When it was created I was assuing that none would be needed. Stephen ----- Original Message ----- From: "Tim Reilly" > Since there is a dependency on commons-logging; any issues with using it? > > For example in IdentifierGeneratorFactory.java line 53 > > - } catch (Exception ex) { > - // ignore as default implementation will be used. > + } > + catch (Exception ex) { > + if (log.isInfoEnabled()) { > + log.info(ex); > + } > > There are two other similar places in the uuid packages I was think it might > be useful to log what's happening in the recoverable exceptions. > > > --------------------------------------------------------------------- > 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