Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 10054 invoked from network); 10 Jan 2008 18:02:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 18:02:53 -0000 Received: (qmail 31774 invoked by uid 500); 10 Jan 2008 18:02:41 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 31681 invoked by uid 500); 10 Jan 2008 18:02:41 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 31672 invoked by uid 99); 10 Jan 2008 18:02:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 10:02:41 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=PLING_QUERY,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [212.227.126.187] (HELO moutng.kundenserver.de) (212.227.126.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 18:02:29 +0000 Received: from [85.180.1.118] (e180001118.adsl.alicedsl.de [85.180.1.118]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1JD1jQ3cBc-0005q7; Thu, 10 Jan 2008 19:02:21 +0100 Message-ID: <47865E11.3030501@dubioso.net> Date: Thu, 10 Jan 2008 19:04:01 +0100 From: Roland Weber User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [exec] How to support the various Logging APIs?! References: <4786126E.2000300@it20one.at> In-Reply-To: <4786126E.2000300@it20one.at> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18r0RbrVon9x923fGfnb453qgFKWGf3RP5HK8E 8g0FYI4tLtgiWoOidinB4HQlyH+7UW/JEeOk9SpvwyjSHU3+oC zkj4yhNv8sliNJzR1rBbWqm4DPjze4M X-Virus-Checked: Checked by ClamAV on apache.org > +) if we support commons-logging we might also need JDK logger, log4j and avalon-logger commons-logging is a _wrapper_ that can be mapped to any of these. And if commons-logging doesn't provide an out-of-the-box mapping, then slf4j might. The point of using the commons-logging API is that you don't have to support any specific logging framework anymore. But if your logging is just a single line of code, then it may indeed be easier to just change/override a method and get away with the dependency. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org