beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: dispatching data to minimalist "Display" text widget.
svghmi
2019-10-19, Edouard Tisserant
68cee1366b9c
SVGHMI: dispatching data to minimalist "Display" text 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"]