MCPcopy
hub / github.com/pyload/pyload / removeLogger

Method removeLogger

pyLoadCore.py:524–527  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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"""

Callers 2

startMethod · 0.95
mainFunction · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected