Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 14061 invoked from network); 12 Feb 2009 11:20:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 11:20:22 -0000 Received: (qmail 120 invoked by uid 500); 12 Feb 2009 11:20:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 99989 invoked by uid 500); 12 Feb 2009 11:20:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 99977 invoked by uid 99); 12 Feb 2009 11:20:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 03:20:10 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [193.252.22.156] (HELO smtp3.freeserve.com) (193.252.22.156) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 11:20:00 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3214.me.freeserve.com (SMTP Server) with ESMTP id B52407000085 for ; Thu, 12 Feb 2009 12:19:38 +0100 (CET) Received: from smtp.homeinbox.net (unknown [91.109.142.188]) by mwinf3214.me.freeserve.com (SMTP Server) with ESMTP id 9A43A7000081 for ; Thu, 12 Feb 2009 12:19:38 +0100 (CET) X-ME-UUID: 20090212111938631.9A43A7000081@mwinf3214.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id D7AF91A48C2 for ; Thu, 12 Feb 2009 11:19:22 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pqWPvc1gSNYl for ; Thu, 12 Feb 2009 11:19:19 +0000 (GMT) Received: from macbook.local (unknown [213.1.210.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id CD3311A40B2 for ; Thu, 12 Feb 2009 11:19:19 +0000 (GMT) Message-ID: <499405B1.6040903@apache.org> Date: Thu, 12 Feb 2009 11:19:13 +0000 From: Mark Thomas User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Weblogic library and Tomcat References: <1234351627.15112.58.camel@localhost.localdomain> <4992CA16.4000709@apache.org> <4993E789.20603@ceti.pl> In-Reply-To: <4993E789.20603@ceti.pl> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mikolaj Rydzewski wrote: > Mark Thomas wrote: >> As well as JDBC drivers, logging frameworks are frequent culprits for >> causing this. >> > What about commons-logging and log4j? > > I use following pattern in my code: > > import org.apache.commons.logging.Log; > import org.apache.commons.logging.LogFactory; > > private static final Log log = LogFactory.getLog(MyClass.class); > > > Is it good or is there anything better? If commons-logging and log4j and deployed as part of your webapp you should be OK. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org