.. method:: Handler.close()
- 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
- :func:`shutdown` is called. Subclasses should ensure that this gets called
- from overridden :meth:`close` methods.
+ Tidy up any resources used by the handler. This version does no output
+ but removes the handler from an internal map of handlers, which is used
+ for handler lookup by name.
+
+ Subclasses should ensure that this gets called from overridden :meth:`close`
+ methods.
.. method:: Handler.handle(record)