How can I turn on Trinidad logging? I have searched for this but have not found the way.
Nate Perkins 480-441-3667 [EMAIL PROTECTED] >This email message is for the sole use of the intended recipient(s) and may contain GDC4S > confidential or privileged information. Any unauthorized review, use, disclosure or distribution > is prohibited. If you are not an intended recipient, please contact the sender by reply email and > destroy all copies of the original message. > -----Original Message----- From: simon [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 8:49 AM To: MyFaces Discussion Subject: Re: [Trinidad] Logging On Fri, 2007-08-10 at 09:47 -0400, Murtaza Goga wrote: > Are there any plans to migrate the logging in Trinidad to use Log4j? > Is there a mechanism we could use Log4j. Java.util.logging is an API that code can implement. There also happens to be a (pretty stupid) implementation of the API provided. Apache Tomcat 5.5 and later has an alternate implementation called JULI, though it isn't available as a separate library. And this is available as a standalone lib: http://www.x4juli.org/ Hopefully the default java.util.logging implementation will improve anyway...maybe even by merging x4juli now java is open-source? Regards, Simon

