ID EN
Logging

shutdown

Python 3.11

Informs the logging system to perform an orderly shutdown by flushing and closing all handlers. This should be called at application exit and no further use of the logging system should be made after this call.

Syntax

PYTHON
logging.shutdown()

See Also

atexit