[issue7868] add a loggerClass attribute to Manager

Georg Brandl report at bugs.python.org
Sat Feb 6 23:06:32 CET 2010


New submission from Georg Brandl <georg at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7868>
_______________________________________


More information about the Python-bugs-list mailing list