def __init__(self, *args, **kwds): self.logger = logging.getLogger(str(self.__class__.__name__)) self.__class__.Timers.append(self) self.timer = threading.Timer(*args, **kwds)