class documentation

class _NullHandler(logging.Handler):

View In Hierarchy

No-op logging handler to avoid unexpected logging warnings.

Method emit Undocumented
def emit(self, record):

Undocumented