Re: Using Log4j in struts for application logs

2007-12-28 Thread Paul Benedict
stion 1 > > > > I have placed "log4j.properties" in WEB-INF of my struts application. > > > > With this application logs "test.log" is created in the directory. > > > > I found in all the logs were created for java files in package > >

Re: Application logs

2007-12-28 Thread Adam Hardy
e? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 27 December 2007 15:42 To: Struts Users Mailing List Subject: Re: Application logs Raghuveer on 27/12/07 05:04, wrote: Is there way in struts to use logging configuration by declaratively.? What is the role of

RE: Application logs

2007-12-27 Thread Al Sutton
he job for most webapps, so Raghuveer, is there any reason you're logging at using commons-logging, or are you just looking to use it because other people have? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 27 December 2007 15:42 To: Struts Users Mailing List Subj

Re: Application logs

2007-12-27 Thread Adam Hardy
Raghuveer on 27/12/07 05:04, wrote: Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use this directly in code ..in java files and jsp files? Hi again, commons-logging is a logging-framework-neutral wrapper, the use of wh

Re: Using Log4j in struts for application logs

2007-12-27 Thread Adam Hardy
es" in WEB-INF of my struts application. With this application logs "test.log" is created in the directory. I found in all the logs were created for java files in package "com.testapp.test" to "test.log" In addition to this there is one more log file creat

Application logs

2007-12-26 Thread Raghuveer
Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use this directly in code ..in java files and jsp files?

Using Log4j in struts for application logs

2007-12-26 Thread Raghuveer
Hello, Question 1 I have placed "log4j.properties" in WEB-INF of my struts application. With this application logs "test.log" is created in the directory. I found in all the logs were created for java files in package "com.testapp.test" to "test.log&qu