Florent Guillaume wrote:
Or even better:

self._logger.info("%r type info imported." % self.context.getId())

Or you could even take advantage of the good work done by the python logging people ;)

self._logger.info("%r type info imported.",self.context.getId())

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to