and this can work in conjunction with Tomcat, I presume? -----Original Message----- From: Arthur Blake [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 4:09 PM To: Log4J Users List Subject: Re: Projects that use log4j?
Another alternative is the Simple Logging Facade for java, which fulfills the same role as Jakarta Commons Logging but is even simpler and gets around some tricky class loading issues that can occur in some configurations with JCL. I switched to SLF4J after experiencing significant problems with Jakarta Commons Logging and Websphere. SLF4J is much newer and simpler and I think it's gaining popularity. It can also function as a bridge or even direct replacement of JCL. See: http://www.slf4j.org/ ----- Original Message ---- From: Rich Adili <[EMAIL PROTECTED]> To: Log4J Users List <[email protected]> Sent: Wednesday, May 30, 2007 1:23:14 PM Subject: RE: Projects that use log4j? Log4j predates Sun's implementation by quite a bit so lots of projects use it. Most people prefer log4j's feature set but if all you need is rudimentary logging Sun's implementation has the advantage of simplicity. You might also look at the commons logging wrapper that provides compatibility with both: http://jakarta.apache.org/commons/logging/ -----Original Message----- From: Airline Pedestal [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 12:17 PM To: [email protected] Subject: Projects that use log4j? Hi, Is there a list of projects that use log4j posted somewhere? Also, is there a recent comparison why to use log4j vs Sun's logging? Thanks, A ________________________________________________________________________ ____________Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
