[stdlib-sig] logging

Vinay Sajip vinay_sajip at yahoo.co.uk
Fri Sep 18 18:03:56 CEST 2009


Doug Hellmann <doug.hellmann at ...> writes:

> We use the logging module extensively at work and have found the  
> shared state (even in a multi-threaded/multi-process situation) *much*  
> nicer than passing around log handles...
> ...now the code is simpler and the logs are easier to follow.

Thanks for sharing your experience.

> As far as code verbosity goes, we've found the "secret" to be using a  
> configuration file... We don't have to build custom hooks for them because
> they're already included.  We *love* writing less code!
 
> Vinay, contact me off list if you want to talk about documentation.  

Thanks, Doug, I'll definitely do that.

Regards,


Vinay Sajip




More information about the stdlib-sig mailing list