beremiz

Enure that all threads are joined before trying to exit
fix_PLC_runtime_shutdown
2019-04-18, Edouard Tisserant
9c5b20dc2b2e
Enure that all threads are joined before trying to exit
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]