Look at log4j. Then your log4j config can log those entries anywhere you want.

-Tim

Satish Plakote wrote:

Hello Deepak,
i have certain process that are started by tomcat..And the only way for me to 
know that the process is going on is to put
system.out.print(),but then this also prints on my log files, is there any way 
other than this to print only on screen and not to
the log files ..?

rgds
satish


-----Original Message----- From: deepak shripat mane [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:34 AM To: Tomcat Users List Subject: Re: Printing to log files..


Hello Satish
for printing screen u can used


out.println("")

so u can print value on then screen


Deepak


On Wed, 24 Nov 2004 Satish Plakote wrote :

Hello,
I wanted to know how to Print a Statement on Screeen with out being Writtent to 
TomCat Log Files........???

  Ex :- Usinf System.out.println will be also writtent to the Log File [Is 
there any way to prevent this ]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to