beremiz
Clone
Summary
Browse
Changes
Graph
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
2022-07-17, Edouard Tisserant
0af7b6a96c53
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
#!/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"]