Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66198 invoked from network); 2 Nov 2007 01:10:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 01:10:48 -0000 Received: (qmail 21168 invoked by uid 500); 2 Nov 2007 01:10:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20913 invoked by uid 500); 2 Nov 2007 01:10:25 -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 20902 invoked by uid 99); 2 Nov 2007 01:10:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 18:10:25 -0700 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=FROM_LOCAL_NOVOWEL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lbrtchx@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 01:10:22 +0000 Received: by wr-out-0506.google.com with SMTP id c48so421862wra for ; Thu, 01 Nov 2007 18:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=n77QTE6NcgG8btR7QLvTYbFj2k2elVQtwWVKZC2mGu8=; b=G0/ljEVBQR8kqzD0z4t9h0LdYT1+DqYa4YAOGaLR3HYwY7oUSv6kJg347fvxPoBJ4lY7ZMGFPh9hkR6QEpDKCfNgKr5lIIKxDg63p8QyQkgEg6Wr3hnDIW//Dx0M4QcE5AW4hXyeEK3mZyMSlgDiABy7Fc/ankEqt3q9/f1Sc0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Bz0YYSzkmrLl64WNylM2IE9fkTZTCinglKrRpRZ6jafb8Y6OQItmkz/iqEkvg/fFvLJ/aFl1LfoainEBKqd22oNV0dBwzc8pthWryFBf0DkkiI6/wc4V4bR9CYyw3Mdfzk2yPNrJbQDj74hfTf4PSvvHE+bFNrKX98naPmmZtmg= Received: by 10.143.157.10 with SMTP id j10mr368642wfo.1193965798656; Thu, 01 Nov 2007 18:09:58 -0700 (PDT) Received: by 10.142.136.8 with HTTP; Thu, 1 Nov 2007 18:09:58 -0700 (PDT) Message-ID: <9ef66fac0711011809o3203c892y440d0c60012d4929@mail.gmail.com> Date: Thu, 1 Nov 2007 21:09:58 -0400 From: "Albretch Mueller" To: users@tomcat.apache.org Subject: Trying to use the "juli" Loggers within Tomcat MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, ~ all I need is going like this from within a servlet ~ Logger Lg = LoggerFactory.getLogger(); Lg.log("blah"); ~ I am able to attach a logger to a webapp but I don't know how to use loggers to occassionally debug servlets and I couldn't find anything when I searched for it ~ How do you do that? ~ Thanks lbrtchx --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org