[Zope-Checkins] SVN: Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/README.txt progress logging

Andreas Jung andreas at andreas-jung.com
Fri Jul 16 06:03:52 EDT 2004


Log message for revision 26573:
  progress logging


Changed:
  U   Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/README.txt


-=-
Modified: Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/README.txt
===================================================================
--- Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/README.txt	2004-07-16 10:00:18 UTC (rev 26572)
+++ Zope/branches/ajung-zcatalog-progress/lib/python/Products/ZCatalog/README.txt	2004-07-16 10:03:52 UTC (rev 26573)
@@ -52,3 +52,11 @@
        encoding (set in site.py of the Python installation) if any
        to the keyword uses a non-ascii encoding (e.g. using accented
        characters). 
+
+  Notes for Zope 2.8:
+
+       reindexIndex() and refreshCatalog() accept a new optional parameter 
+       'pghandler' which must be a handler instance implementing the 
+       IProgressHandler interface (see ProgressHandler.py). This can be useful
+       to provide logging during long running operations.
+ 



More information about the Zope-Checkins mailing list