Logging with Logger hierarchies

Robert rcrida at gmail.com
Fri Oct 20 10:31:52 EDT 2006


Hi again

I have seen my error! I was mistakenly occasionally creating the logger
using

logger = logging.Logger("a.b.c")

instead of

logger = logging.getLogger("a.b.c")

Doh. I miss my private constructors to save me from such embarrasment
;^)

Cheers
Robert




More information about the Python-list mailing list