Issue 1779550: Remove redundancies inside class logging.Logger (original) (raw)

Issue1779550

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:26 admin set github: 45337
2007-08-23 21:56:11 georg.brandl set status: open -> closedassignee: georg.brandlresolution: acceptedmessages: + nosy: + georg.brandl
2007-08-22 16:14:37 cgrohmann create