RE: Logging - What good is it ?

2007-06-04 Thread Slaughter, Stan
503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -----Original Message- From: Slaughter, Stan [mailto:[EMAIL PROTECTED] Sent: Mon 6/4/2007 7:20 AM To: Log4J Users List; [EMAIL PROTECTED] Subject: RE: Logging - What good is it ? Looks Nice. I'll be out of pocket this week - bu

RE: Logging - What good is it ?

2007-06-04 Thread Slaughter, Stan
AIL PROTECTED]> wrote: > >> > >> I think there's a socket appender available that will allow you to send > >> back to one of your machines. Still some elbow grease required, I > >> imagine. > >> > >> -Original Message- &

Logging - What good is it ?

2007-05-31 Thread Slaughter, Stan
We use log4j in a Tomcat web application to log messages to catalina.out. This works great in development, but in our production system we (the developers) are not allowed access to the catalina.out log file. So, what good is logging debug messages if you can't view the messages when you need to

RE: To Screen *NOT* to Console

2005-12-14 Thread Slaughter, Stan
they resolved the question or not though. Application Architect [EMAIL PROTECTED] Ext 6418 -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 1:21 PM To: Log4J Users List Subject: Re: To Screen *NOT* to Console On 12/13/05, Slaughter, Stan <

RE: To Screen *NOT* to Console

2005-12-14 Thread Slaughter, Stan
nd then I would print an error like: "Your username or password is incorrect, please try again". In your case you are assuming that every entry written to the log should be shown to the user and in most cases this would not be the preferred mode to use log4j in. Cheers, Philip. ---

RE: To Screen *NOT* to Console

2005-12-13 Thread Slaughter, Stan
ework with your requested behaviour. Cheers, Philip. -Original Message----- From: Slaughter, Stan [mailto:[EMAIL PROTECTED] Sent: December 13, 2005 2:19 PM To: 'Log4J Users List' Subject: RE: To Screen *NOT* to Console Thanks for the reply Phillip, So, it sounds like log4j can no

RE: To Screen *NOT* to Console

2005-12-13 Thread Slaughter, Stan
your appender to the logger. Any messages generated and sent to the logger would then go to your custom appender as well as the console appender. Cheers, Philip. -Original Message- From: Slaughter, Stan [mailto:[EMAIL PROTECTED] Sent: December 13, 2005 1:29 PM To: 'Log4J Users

To Screen *NOT* to Console

2005-12-13 Thread Slaughter, Stan
What do I need to do to set up an Appender to log to the screen not the console? The equivalent of out.print in a JSP file instead of System.out.print I need to let the user know when an error occurs and logging error messages to a console does not do it. I'd think a common task would be to send