class logging.NullHandler
Returns a new instance of the NullHandler
class.
-
emit(record)
-
This method does nothing.
-
handle(record)
-
This method does nothing.
-
createLock()
-
This method returns
None
for the lock, since there is no underlying I/O to which access needs to be serialized.
Please login to continue.