[Python-projects] Checker for use of the standard logging module

Sylvain Thénault sylvain.thenault at logilab.fr
Thu Jun 11 15:33:24 CEST 2009


On 10 juin 18:58, Nathaniel Manista wrote:
> Pylint developers-

Hey Nathaniel,

>     Another patch (this time wrapped up by "hg bundle"). Let me know what
> you think.

it's fine with me. And hg bundle rocks ;) I've checked it in. What would be
great is to have it working on case such as:

  logger = logging.getLogger('mylogger')
  logger.warn('hop %s' % 'whatever') 

but that's a start. Also would you add a note as Martin suggested about
why it's worth ?

thank you for your contribution!
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org



More information about the Python-Projects mailing list