ID EN
Logging

close

Python 3.11

Tidy up any resources used by the handler. This version does no output but removes the handler from an internal list of handlers which is closed when shutdown() is called. Subclasses should ensure that this gets called from overridden close() methods.

Syntax

PYTHON
close()

See Also

shutdown() close()