beremiz
Clone
Summary
Browse
Changes
Graph
Enable svghmi plugin in features, and small fixes to skeleton.
svghmi
2019-07-17, Edouard Tisserant
e96aa2e3231e
Enable svghmi plugin in features, and small fixes to skeleton.
#!/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"]