beremiz
Clone
Summary
Browse
Changes
Graph
SVGHI: compute hmitree variables ordered index in xslt
svghmi
2019-10-05, Edouard Tisserant
8fab1886ebec
SVGHI: compute hmitree variables ordered index in 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"]