This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, vinay.sajip
Date 2010-02-06.22:06:29
SpamBayes Score 0.0069197146
Marked as misclassified No
Message-id <1265493992.57.0.579633737056.issue7868@psf.upfronthosting.co.za>
In-reply-to
Content
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 documented.
History
Date User Action Args
2010-02-06 22:06:32georg.brandlsetrecipients: + georg.brandl, vinay.sajip
2010-02-06 22:06:32georg.brandlsetmessageid: <1265493992.57.0.579633737056.issue7868@psf.upfronthosting.co.za>
2010-02-06 22:06:31georg.brandllinkissue7868 messages
2010-02-06 22:06:30georg.brandlcreate