changeset: 77088:c30170a168b3 branch: 3.2 parent: 77082:b2dce31d6aec user: Vinay Sajip date: Sun May 20 15:36:17 2012 +0100 files: Doc/library/logging.rst description: Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. diff -r b2dce31d6aec -r c30170a168b3 Doc/library/logging.rst --- a/Doc/library/logging.rst Sun May 20 12:03:17 2012 +0200 +++ b/Doc/library/logging.rst Sun May 20 15:36:17 2012 +0100 @@ -942,7 +942,8 @@ effect is to disable all logging calls of severity *lvl* and below, so that if you call it with a value of INFO, then all INFO and DEBUG events would be discarded, whereas those of severity WARNING and above would be processed - according to the logger's effective level. + according to the logger's effective level. To undo the effect of a call to + ``logging.disable(lvl)``, call ``logging.disable(logging.NOTSET)``. .. function:: addLevelName(lvl, levelName)

AltStyle によって変換されたページ (->オリジナル) /