def emit(self, record: logging.LogRecord): self._records.append(record) for follower in self._followers: follower.handle_record(record)