beremiz
Clone
Summary
Browse
Changes
Graph
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
2021-10-19, Edouard Tisserant
3656d0d235c4
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
#!/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"]