New submission from Georg Brandl <ge...@python.org>: 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. ---------- assignee: vinay.sajip files: logging.diff keywords: easy, patch, patch messages: 98964 nosy: georg.brandl, vinay.sajip priority: high severity: normal stage: patch review status: open title: add a loggerClass attribute to Manager type: feature request versions: Python 2.7, Python 3.2 Added file: http://bugs.python.org/file16155/logging.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7868> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com