[stdlib-sig] logging

Jesse Noller jnoller at gmail.com
Fri Sep 18 19:26:12 CEST 2009


On Fri, Sep 18, 2009 at 1:17 PM, Barry Warsaw <barry at python.org> wrote:
> On Sep 18, 2009, at 10:07 AM, Doug Hellmann wrote:
>
>> 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.
>
> Here, here.
> -Barry
>
>

Also +1; while the concept of shared state is bad in some contexts,
for apps where you want one central logger the global registry *is*
nice.


More information about the stdlib-sig mailing list