[Python-checkins] r61431 - python/trunk/Doc/library/logging.rst
vinay.sajip
python-checkins at python.org
Sun Mar 16 22:35:59 CET 2008
Author: vinay.sajip
Date: Sun Mar 16 22:35:58 2008
New Revision: 61431
Modified:
python/trunk/Doc/library/logging.rst
Log:
Clarified documentation on use of shutdown().
Modified: python/trunk/Doc/library/logging.rst
==============================================================================
--- python/trunk/Doc/library/logging.rst (original)
+++ python/trunk/Doc/library/logging.rst Sun Mar 16 22:35:58 2008
@@ -732,7 +732,8 @@
.. function:: shutdown()
Informs the logging system to perform an orderly shutdown by flushing and
- closing all handlers.
+ closing all handlers. This should be called at application exit and no
+ further use of the logging system should be made after this call.
.. function:: setLoggerClass(klass)
More information about the Python-checkins
mailing list