"Joe Tomcat" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, 2003-02-11 at 14:27, tomcat guy wrote: > > Would anyone be so kind to point me in the right direction for setting up some logging for servlets running on Tomcat? > > > > I'm looking at Log4j but I be a newbie and the docs I'm finding are not that helpfull... > > If you have a choice, I would go with Java 1.4 and use the built-in > logging facilities. It is easier to use and more powerful in many > ways. You can find info about this on java.sun.com.
IMHO, given the choice between log4j and JDK1.4-logging, I'd go for log4j every time. log4j offers a lot more flexablility (at the expense of a higher learning curve :). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
