Re: Commons logging in struts

2008-01-13 Thread Laurie Harper
ble to use commons logging? -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 10:39 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Commons logging in struts On Jan 10, 2008 1:25 AM, Raghuveer <[EMAIL PROTECTED]> wrote

RE: Commons logging in struts

2008-01-10 Thread Raghuveer
PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Commons logging in struts On Jan 10, 2008 1:25 AM, Raghuveer <[EMAIL PROTECTED]> wrote: > Could any one provide information of using commons logging for logging my > application related logs in my JSP-STRUTS application

Re: Commons logging in struts

2008-01-10 Thread Chris Pratt
On Jan 10, 2008 1:25 AM, Raghuveer <[EMAIL PROTECTED]> wrote: > Could any one provide information of using commons logging for logging my > application related logs in my JSP-STRUTS application > > Commons logging is just a logging facade, it is not a logging system itself. It is used by librari

Re: commons-logging

2005-01-21 Thread Eddie Bush
There are a couple of fine spots to look for information on this: - Javadocs for commons-logging (jakarta.apache.org/commons/logging) Look at the javadoc for the top-level package - Tiles' documentation talks about it. http://struts.apache.org/userGuide/dev_tiles.html#setup (scroll

Re: commons-logging

2005-01-21 Thread Alex Kravets
But how do I configure these, I've googled for it, but can't find any specific details. Will Stranathan wrote: You have to configure the underlying logging package - such as Log4j if you're using that or Java 1.4 logging if you're using that. w On Fri, 21 Jan 2005 16:02:39 -0500 Alex Kravets <

Re: commons-logging

2005-01-21 Thread Will Stranathan
You have to configure the underlying logging package - such as Log4j if you're using that or Java 1.4 logging if you're using that. w On Fri, 21 Jan 2005 16:02:39 -0500 Alex Kravets <[EMAIL PROTECTED]> wrote: Couple of question about logging in Struts. I included commons-logging.jar in my classp