Re: Loggig Mechanism in Struts

2001-04-22 Thread Craig R. McClanahan
On Fri, 13 Apr 2001, Ted Husted wrote: Scott Ganyo wrote: P.S. Shouldn't the other Jakarta projects (Struts, Tomcat, etc.) do the same? That would be up to the individual Committers to each Jakarta project. Them that does the work makes the decisions. There is current discussion on

RE: Loggig Mechanism in Struts

2001-04-22 Thread malcolm davis
In general, I would say a framework like Struts should provide for different logging technologies to be plugged in, but to standardize on any particular implementation --- ahhh, that way lies Borg ;-) Actually, logging is one of the places that I (personally) think that a

Loggig Mechanism in Struts

2001-04-13 Thread Natra, Uday
Hi All, The Logging Mechanism provided in the Struts framework is accessible to the Java Components that have access to ActionServlet instance. Struts does not define the Logging mechanism for the Components that are Isolated from the Struts framework but are part of the application being

RE: Loggig Mechanism in Struts

2001-04-13 Thread Greg Reddin
, ERROR, etc.), an object, method, message, and other parameters for each message logged. -Original Message- From: [EMAIL PROTECTED] Sent: Friday, April 13, 2001 10:32 AM To: [EMAIL PROTECTED] Subject: Loggig Mechanism in Struts Hi All, The Logging Mechanism provided in the Struts framework

RE: Loggig Mechanism in Struts

2001-04-13 Thread Scott Ganyo
] Subject: RE: Loggig Mechanism in Struts We wrote our own logging object that logs messages either to the console or a log file as specified in a properties file or web.xml. I beleive there are logging tools out there that help with this, but we just wrote our own for now. Our tool

Re: Loggig Mechanism in Struts

2001-04-13 Thread Ted Husted
Scott Ganyo wrote: P.S. Shouldn't the other Jakarta projects (Struts, Tomcat, etc.) do the same? That would be up to the individual Committers to each Jakarta project. Them that does the work makes the decisions. In general, I would say a framework like Struts should provide for different