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.

classification
Title: Remove redundancies inside class logging.Logger
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: cgrohmann, georg.brandl
Priority: normal Keywords: patch

Created on 2007-08-22 16:14 by cgrohmann, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
logging.diff cgrohmann, 2007-08-22 16:14
Messages (2)
msg53046 - (view) Author: Carsten Grohmann (cgrohmann) Date: 2007-08-22 16:14
The attached patch removes some pieces of redundant code inside the Logger class and unifies the calls of debug(), info(), warning(), error(), critical() as well as log().
msg55229 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-23 21:56
Thanks, applied as rev. 57357.
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45337
2007-08-23 21:56:11georg.brandlsetstatus: open -> closed
assignee: georg.brandl
resolution: accepted
messages: + msg55229
nosy: + georg.brandl
2007-08-22 16:14:37cgrohmanncreate