beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Better JS code semantic in ForEach widget class. Update lagging generated xslt.
svghmi
2020-08-03, Edouard Tisserant
9771a724af09
SVGHMI: Better JS code semantic in ForEach widget class. Update lagging generated xslt.
#!/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"]