beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: fix PLC not terminating when being Repaired (i.e purged).
wxPython4
2022-10-21, Edouard Tisserant
cd3d15e8ef42
Runtime: fix PLC not terminating when being Repaired (i.e purged).
#!/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"]