http://www.flamefew.net/~hen/logging/
contains an experimental commons-logging taglib I've knocked up. It currently uses the exact same naming as the Log4J Log taglib. THe plus side of this is that you can replace any existing code that is using log4j with it, the downside is that you can't use the two jars in the same webapp and that it doesn't have a different version yet. The examples appear to work for me, though I don't see debug and I get info going to the catalina.out file. I've configured nothing however and am using commons-logging without any other logging library underneath it. Let me know what you think, Hen On Sat, 28 Dec 2002, Jordan Koidahl wrote: > Has anyone come across an implementation of a tag library for > commons-logging? Im using commons-logging in my servlets and would also > like to use it in my jsps with a tag lib. I would prefer to find a tag lib > that is based on commons logging and not log4j. > thanks > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
