On Fri, Sep 18, 2009 at 1:17 PM, Barry Warsaw <ba...@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.
_______________________________________________
stdlib-sig mailing list
stdlib-sig@python.org
http://mail.python.org/mailman/listinfo/stdlib-sig

Reply via email to