beremiz
Clone
Summary
Browse
Changes
Graph
Python runtime: ensure that python thread finished before returning from StopPLC.
2024-05-25, Edouard Tisserant
79bdee48ced8
Python runtime: ensure that python thread finished before returning from StopPLC.
#!/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"]