Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 76581 invoked from network); 24 Apr 2008 15:27:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 15:27:46 -0000 Received: (qmail 34050 invoked by uid 500); 24 Apr 2008 15:27:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34012 invoked by uid 500); 24 Apr 2008 15:27:15 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 33999 invoked by uid 99); 24 Apr 2008 15:27:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 08:27:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.dillon@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 15:26:30 +0000 Received: by wa-out-1112.google.com with SMTP id j4so4932414wah.1 for ; Thu, 24 Apr 2008 08:26:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=a0ASR0fgLkjyAM5FRfHVATqqd0E9yo9cqfB7OYV4M+s=; b=rcdqWFMxNfNVcz2Cedd2pn4GGM80yhn8894Lr78hEb8Tv05TYfMnHxdQJlT8Az6UnJiLv2xFwv0uz4MLpu1iz9GxLEa6cQVCBw6K8KhyjMruiqP1cQfFsNaIjZbrUKlZtPHDNuW7Brl+2kGp1SPbllc8uF6q36WG6d+4oz6eRvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=D3Zw9tkuZCZPAVQENo9llyBzeQ5XFmMEzmHToDemq+SJ1F8+AXJeM2tM+3xLJBX1H7Nico7qfvo1NPT31IkogqeEeGByHcuOJ/pJHL43RjNKaX5b3gMtGbaJXej1+9KYvkWOUXEjhkANdLNJd78c1r/eFpKlwz/FxOPEubMR1Vo= Received: by 10.114.110.1 with SMTP id i1mr1934815wac.112.1209050803013; Thu, 24 Apr 2008 08:26:43 -0700 (PDT) Received: from ?10.0.1.98? ( [58.8.4.47]) by mx.google.com with ESMTPS id n32sm1119101wag.13.2008.04.24.08.26.36 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Apr 2008 08:26:42 -0700 (PDT) Message-Id: From: Jason Dillon To: dev@geronimo.apache.org In-Reply-To: <3CE97398-A7B9-4B1F-9A2B-5D3EF9D009B8@yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: SLF4J over Commons Logging Date: Thu, 24 Apr 2008 22:26:30 +0700 References: <511C8549-AF11-45F3-9C30-3CA648FC0B06@planet57.com> <3CE97398-A7B9-4B1F-9A2B-5D3EF9D009B8@yahoo.com> X-Mailer: Apple Mail (2.919.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org Aight... well, ~9 hours later, I think its working or at 99% I need to re-add support for the org.apache.geronimo.log.ConsoleLogLevel property, perhaps even add a special bootstrap SLF4J impl, but I think that the work is almost ready to commit. Re-building to see how the testsuite fairs with my latest changes... and I have to go pick up my mom at the airport, but I hope to get this committed later tonight :-) --jason On Apr 24, 2008, at 5:18 AM, David Jencks wrote: > +higher than I can count :-) > > thanks > david jencks > > On Apr 23, 2008, at 1:25 PM, Jason Dillon wrote: > >> Yo yo... we've talked about this before, though a while ago... but >> IMO its about time we drop Commons Logging like a rock and move >> over to SLF4J. >> >> The API is mostly the same, though SLF4J has native support for >> things like: >> >> log.trace() >> >> And has additional varargs support for things like: >> >> log.info("this is my foo: {}", foo) >> >> I can dig up the old email I posted hella long ago if needed, but I >> think its time to switch over. Its been on the shelf for too long >> already IMO. I'm ready to start updating things to use the new >> API, but before I do I want to get a general consensus from the >> group. >> >> So chime in... failure to chime in means you agree with me :-P >> >> :-) >> >> --jason >