Sept. 18, 2009
5:26 p.m.
On Fri, Sep 18, 2009 at 1:17 PM, Barry Warsaw <barry@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.