Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 6918 invoked from network); 16 Feb 2003 20:41:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 16 Feb 2003 20:41:08 -0000 Received: (qmail 12570 invoked by uid 97); 16 Feb 2003 20:42:44 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 12563 invoked from network); 16 Feb 2003 20:42:43 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 16 Feb 2003 20:42:43 -0000 Received: (qmail 6542 invoked by uid 500); 16 Feb 2003 20:41:05 -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 6531 invoked from network); 16 Feb 2003 20:41:04 -0000 Received: from smtp017.mail.yahoo.com (216.136.174.114) by daedalus.apache.org with SMTP; 16 Feb 2003 20:41:04 -0000 Received: from dsl-62-3-69-154.zen.co.uk (HELO apache.org) (paul?hammant@62.3.69.154 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 16 Feb 2003 20:41:09 -0000 Message-ID: <3E4FF709.1070301@apache.org> Date: Sun, 16 Feb 2003 20:39:37 +0000 From: Paul Hammant User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org Subject: [Attributes] dependancy on Logging Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Folks, In Attributes.java, there is a single use of commons logging : public static AttributeFinder getAttributeFinder() { .... } catch (Exception e) { logger.warn("failed to initialize specified implementation " + "of AttributeFinder, using default", e); } .... } Is there a chance that we could eliminate this use given that the system recovers with the instantiation of a default AttributeFinder ? It would be really useful :-) Regards, - Paul --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org