beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: added checking of widget literal argument in DnD UI according to type given in widget description
svghmi
2021-06-10, Edouard Tisserant
352b2111ca66
SVGHMI: added checking of widget literal argument in DnD UI according to type given in widget description
#!/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"]