def __init__(self, level=logging.NOTSET): """ Initialize the handler. """ logging.Handler.__init__(self, level)