How can I see log4j output on the console?

2002-08-27 Thread Michael
My log4j log messages go to a logfile but I'd really like to see them in the console output. Is it possible to do this?? Michael -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How can I see log4j output on the console?

2002-08-27 Thread Andy Eastham
Michael, Here's an example config file that logs to a file and the console. Andy -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: 27 August 2002 09:16 To: Tomcat Users List Subject: How can I see log4j output on the console? My log4j log messages go

RE : How can I see log4j output on the console?

2002-08-27 Thread Michael
-Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:29 AM To: Tomcat Users List Subject: RE: How can I see log4j output on the console? Michael, Here's an example config file that logs to a file and the console. Andy -Original

RE: RE : How can I see log4j output on the console?

2002-08-27 Thread Pooleery, Manoj
%c{1} - %m%n -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 10:29 AM To: Tomcat Users List Subject: RE: How can I see log4j output on the console? Michael, Here's an example config file that logs to a file and the console

RE : RE : How can I see log4j output on the console?

2002-08-27 Thread Michael
I am using both System.out and log.fatal() and neither appear on the console. -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 2:34 PM To: 'Tomcat Users List' Subject: RE: RE : How can I see log4j output on the console? Also