beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: set initial displayed value of input widget to empty string.
2022-06-24, Edouard Tisserant
13282f91e6ff
SVGHMI: set initial displayed value of input widget to empty string.
#!/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"]