RE: log4j best practices

2005-02-17 Thread Brian McGovern
go wrong? -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:57 PM To: Tomcat Users List Subject: RE: log4j best practices Oh man. they were in winnt system32 the whole time. UGH. You were right. Thanks Jake! -Original Message

Re: log4j best practices

2005-02-17 Thread David Smith
: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:57 PM To: Tomcat Users List Subject: RE: log4j best practices Oh man. they were in winnt system32 the whole time. UGH. You were right. Thanks Jake! -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED

Re: log4j best practices

2005-02-16 Thread luke
I just implemented this over the weekend. Still not totally sure what I am doing, but I do have all my classes outputting to a log file I have specified. I went with a simple approach creating a reference to a Logger object in each class (I have an external properties file supplying all the

RE: log4j best practices

2005-02-16 Thread Brian McGovern
log4j.appender.nycbbuilder_log.layout.ConversionPattern=%d{ABSOLUTE} - %p %c - %m%n -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 1:52 PM To: Tomcat Users List Subject: Re: log4j best practices I just implemented this over the weekend. Still

RE: log4j best practices

2005-02-16 Thread luke
=org.apache.log4j.PatternLayout log4j.appender.nycbbuilder_log.layout.ConversionPattern=%d{ABSOLUTE} - %p %c - %m%n -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 1:52 PM To: Tomcat Users List Subject: Re: log4j best practices

RE: log4j best practices

2005-02-16 Thread Jacob Kjome
: Re: log4j best practices I just implemented this over the weekend. Still not totally sure what I am doing, but I do have all my classes outputting to a log file I have specified. I went with a simple approach creating a reference to a Logger object in each class (I have an external

RE: log4j best practices

2005-02-16 Thread Brian McGovern
Oh man. they were in winnt system32 the whole time. UGH. You were right. Thanks Jake! -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:28 PM To: Tomcat Users List Subject: RE: log4j best practices Since you define your log files