Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 431 invoked from network); 6 Sep 2004 12:11:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Sep 2004 12:11:35 -0000 Received: (qmail 20949 invoked by uid 500); 6 Sep 2004 12:10:55 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 20922 invoked by uid 500); 6 Sep 2004 12:10:55 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 20908 invoked by uid 99); 6 Sep 2004 12:10:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.226.175.34] (HELO tomts13-srv.bellnexxia.net) (209.226.175.34) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 05:10:53 -0700 Received: from athlon ([64.231.60.75]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20040906121051.MZQN4758.tomts13-srv.bellnexxia.net@athlon> for ; Mon, 6 Sep 2004 08:10:51 -0400 Message-ID: <001301c4940a$91ceced0$0d02a8c0@athlon> From: "Rhino" To: "Tomcat Users List" References: <08ff01c49408$0fe658e0$d200000a@msoyer> Subject: Re: logging something to catalina.out Date: Mon, 6 Sep 2004 08:10:58 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "muhammed soyer" To: "Tomcat Users List" Sent: Monday, September 06, 2004 7:53 AM Subject: logging something to catalina.out Hello, How can I write something to the logfile . "I should study log4j in a few days ".. But if there is an easyway of writing a line to the log files of tomcat ..it should be helpfull to me now .. ------------------------------------------ If I'm not mistaken, all you need is: System.out.println("I should study log4j in a few days..."). Rhino --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org