[Python-Dev] Consistent logging in the standard library (original) (raw)
Michael Chermside mcherm at mcherm.com
Wed Sep 10 09:58:25 EDT 2003
- Previous message: [Python-Dev] Quick: want to give a Python talk at Linuxworld NY?
- Next message: [Python-Dev] Consistent logging in the standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] Quick: want to give a Python talk at Linuxworld NY?
- Next message: [Python-Dev] Consistent logging in the standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]