beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: apply per class overloading of sub/unsub to ForEach widget
svghmi
2020-05-10, Edouard Tisserant
2adfce8908b4
SVGHMI: apply per class overloading of sub/unsub to ForEach widget
#!/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"]