Handler.__init__(level=NOTSET)
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.
Handler.__init__(level=NOTSET)
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.
Please login to continue.