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

RE: Loggig Mechanism in Struts

2001-04-13 Thread Greg Reddin
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 specifies a message priority (i.e. NORMAL, DEBUG,

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