(self)
| 522 | self.log.setLevel(level) |
| 523 | |
| 524 | def removeLogger(self): |
| 525 | for h in list(self.log.handlers): |
| 526 | self.log.removeHandler(h) |
| 527 | h.close() |
| 528 | |
| 529 | def check_install(self, check_name, legend, python=True, essential=False): |
| 530 | """check wether needed tools are installed""" |