beremiz
Clone
Summary
Browse
Changes
Graph
Copy description when DnD variables from CodeFile CTN to POUs
svghmi
2021-06-10, Edouard Tisserant
b1bc6099d4e5
Copy description when DnD variables from CodeFile CTN to POUs
#!/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"]