beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: new test svg to drive next implementation
svghmi
2019-09-26, Edouard Tisserant
1b82f21b2b41
SVGHMI: new test svg to drive next implementation
#!/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"]