Re: STRUTS LOG4J

2003-11-21 Thread Christian Bollmeyer
Am Freitag, 21. November 2003 15:34 schrieb [EMAIL PROTECTED]: > easy pizzy...We are already having the same scenario. > Don't use the default log4j initialization(which means just putting > the log4j.properties file in the class path and forget about it.)This > way you have no control over the i

RE: STRUTS LOG4J

2003-11-21 Thread shirishchandra.sakhare
easy pizzy...We are already having the same scenario. Don't use the default log4j initialization(which means just putting the log4j.properties file in the class path and forget about it.)This way you have no control over the initialization. You write a class(e.g. LogEnvLoader) and in that class l

Re: struts & log4j

2003-02-13 Thread Dinesh Sampangi
Hi! mohan, ok!.. with this configuration can i get user specific log messages?? rgds, dinesh - Original Message - From: "Mohan Radhakrishnan" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, February 13

RE: struts & log4j

2003-02-13 Thread Mohan Radhakrishnan
( Action.class.getName() ); Isn't it actually this simple ? Others seem to be complex. Mohan -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 3:58 PM To: Struts Users Mailing List Subject: Re: struts & log4j What developpe

Re: struts & log4j

2003-02-13 Thread Dinesh Sampangi
welcome.. anyway thanks for the code ...simon rgds, dinesh - Original Message - From: "Simon Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 3:47 PM Subject: Re: struts & log4j > Here

Re: struts & log4j

2003-02-13 Thread Nicolas De Loof
What developpement tool are you using ? I know that Visual Age can export your code as java byte code (classes), whenever it has compilation errors. It gived me such errors as .class is invalid and cannot be instanciated by ClassLoader. Nico. > - Original Message - > From: "Dinesh Sampa

Re: struts & log4j

2003-02-13 Thread Simon Kelly
ugIn=ERROR # Commons Resource # log4j.logger.org.apache.struts.util.PropertyMessageResources=ERROR --> Please note that every classes must begin with log4j.logger [snip] - Original Message - From: "Dinesh Sampangi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 13

RE: struts & log4j

2003-02-13 Thread Mohan Radhakrishnan
: Struts Users Mailing List Subject: Re: struts & log4j should be written as private transient static final Log log = LogFactory.getLog(xxx.yyy.zzz.class); Where xxx.yyy.zzz is the full class path with in the package. Simon - Original Message - From: "Dinesh Sampangi" <[EMA

Re: struts & log4j

2003-02-13 Thread Dinesh Sampangi
hi! it doesn't to have any effect.. still the same.. rgds, dinesh - Original Message - From: "Simon Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 2:14 PM Subject: Re: struts & l

Re: struts & log4j

2003-02-13 Thread Simon Kelly
should be written as private transient static final Log log = LogFactory.getLog(xxx.yyy.zzz.class); Where xxx.yyy.zzz is the full class path with in the package. Simon - Original Message - From: "Dinesh Sampangi" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Se

Re: Struts & log4j

2002-12-05 Thread Aladar The Dinosaur
I got it figured out by perusing log4j mail archive. I had to set the rootLogger to "Error". Scott - Original Message - From: "Aladar The Dinosaur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 11:38 PM Subject: Struts & log4j > Hi, > > I was trying to s