[issue7868] add a loggerClass attribute to Manager

2010-02-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Vinay Sajip
Vinay Sajip added the comment: Patch applied to trunk (r78055). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Éric Araujo
Éric Araujo added the comment: I meant “klass”, right. My fingers are trained not to write it, it seems. Ok, it’s already used elsewhere in the module. Too bad. Kind regards -- ___ Python tracker

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Georg Brandl
Georg Brandl added the comment: You mean, instead of "klass"? It is used in the other setLoggerClass(), and therefore consistent. -- ___ Python tracker ___

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Éric Araujo
Éric Araujo added the comment: s/ocde/code/ -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Éric Araujo
Éric Araujo added the comment: Hello I know the internal style (or lack thereof :) of logging forces you to use unReadableNames, but could the ocde use “cls” instead of “class”, as per PEP 8? Kind regards -- nosy: +Merwok ___ Python tracker

[issue7868] add a loggerClass attribute to Manager

2010-02-06 Thread Georg Brandl
New submission from Georg Brandl : This patch adds a loggerClass attribute to logging's Manager, and a setLoggerClass() function to set it. If no loggerClass is set, the global _loggerClass is used. This is for maximum backwards compatibility. There are no doc updates as the Manager is not d