morciuch 2003/07/23 13:54:12 Modified: . README Log: Refactored logging service - a tremendous effort by Harald Ommang (see Bugzilla bug# 19906). Few minor issues remain but will be resolved shortly. Revision Changes Path 1.20 +16 -0 jakarta-jetspeed/README Index: README =================================================================== RCS file: /home/cvs/jakarta-jetspeed/README,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- README 10 Jul 2003 22:09:00 -0000 1.19 +++ README 23 Jul 2003 20:54:12 -0000 1.20 @@ -132,6 +132,22 @@ Linux 1.4.1_01 Tomcat 4.0.6 ============================================== +Logging usage notes for release 1.4b5 +============================================== + +The final release of Jetspeed uses Log4J directly, instead of commons logging or Turbine logging facilities. +Log4J is wrapped in the classes org.apache.jetspeed.services.JetspeedLogFactoryService and JetspeedLogger. +The JetspeedLoggingService introduced in 14b4 is now rewritten to log through these new features, in order +to capture the logging from Turbine. With these changes, all references to the Turbine Log class is removed +from all parts of Jetspeed except JetspeedLoggingService. +It (and the TurbineLoggingService) will be gone in the next version of Turbine. At that time, the +JetspeedLoggingService is no longer needed. + +Logging can now be configured via log4j.properties or log4j.xml. + +For more details, see the Configuration Guide and Coding Spec. + +============================================== DB Psml import usage notes for release 1.4b5 ==============================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
