On Wednesday 04 April 2001 20:23, Chris Bailey wrote:
> Is there an equivalent to Apache JServ's LogWriter
> (org.apache.java.io.LogWriter) facility in Tomcat?
I'm not familiar with LogWriter.
Tomcat supports logging as described in the servlet API.
(In other words, the ServletContext log methods.)
If you need a more comprehensive approach to logging, 
check out the log4j project on the Apache Jakarta site. 
A lot of people are using it with Tomcat.
I haven't tried it yet personally... it's on my todo list.

Ed
-- 

Ed Gomolka
([EMAIL PROTECTED])

Reply via email to