[Zope-CMF] Re: SVN: CMF/trunk/ - converted types tool setup handlers to new style

Chris Withers chris at simplistix.co.uk
Fri Nov 25 05:01:16 EST 2005


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



More information about the Zope-CMF mailing list