RE: Logging capability in Struts

2001-01-05 Thread Randall, Craig
Title: RE: Logging capability in Struts This is interesting. You may also be interested in AspectJ (www.aspectj.org). For more context on "aspects" (which sound similar to what Michael is calling "services"), please visit http://www.technologyreview.com/articles/jan0

RE: Logging capability in Struts

2001-01-05 Thread Schachter, Michael
;re holding off on a full blown introduction until 1.0 is out, so please bear with us. -Original Message- From: Wong Kok Wai To: [EMAIL PROTECTED] Sent: 1/5/01 8:01 PM Subject: Re: Logging capability in Struts FYI, the logging API for Java will only be available in JDK 1.4. ---

Re: Logging capability in Struts

2001-01-05 Thread Wong Kok Wai
FYI, the logging API for Java will only be available in JDK 1.4. --- "Craig R. McClanahan" > > There has been some discussion of adding a generic > Struts logging capability. > However, there is currently a Java Community Process > JSR to develop a standard > logging API for Java (which I unders

Logging capability in Struts

2001-01-05 Thread Roger Kjensrud
Hello, I've noticed that there is some logging capability inherent in the Struts framework. However, I wonder if anyone has some experience using some of the logging/trace packages (e.g., log4j or Jlog) with Struts, and what pros/cons there are using the log capability within Struts compared to a