beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix input widget sometime messing with font style
2022-12-16, Edouard Tisserant
39ae17a1cabe
SVGHMI: fix input widget sometime messing with font style
#!/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"]