mirror of https://github.com/python/cpython.git
Clarified documentation on use of shutdown().
This commit is contained in:
parent
87b0551931
commit
91f0ee4db6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue