beremiz
Clone
Summary
Browse
Changes
Graph
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
2021-10-21, Edouard Tisserant
3c31dce1a661
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
#!/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"]