ID EN
Logging

__init__

Python 3.11

Initializes the Handler instance by setting its level, setting the list of filters to the empty list and creating a lock (using createLock()) for serializing access to an I/O mechanism.

Syntax

PYTHON
__init__(level=NOTSET)

See Also

Handler createLock()