[Python-Dev] Consistent logging in the standard library
Michael Chermside
mcherm at mcherm.com
Wed Sep 10 09:58:25 EDT 2003
Quoth Matthew F. Barnes:
> An application may want to organize things differently. For example, it
> may want to redirect asyncore's log messages to a logger named
> "myapp.network.asyncore"
Seems like an uncommon request, but one which shouldn't be made
impossible for those who want it. But couldn't it be achieved by
writing a handler which simply re-logged the message at the new
spot in the hierarchy?
More information about the Python-Dev
mailing list