Clarified documentation on use of shutdown().

This commit is contained in:
Vinay Sajip 2008-03-16 21:35:58 +00:00
parent 87b0551931
commit 91f0ee4db6
1 changed files with 2 additions and 1 deletions

View File

@ -732,7 +732,8 @@ functions.
.. 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)