beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Abandon the pthread approach
svghmi
2019-12-09, Edouard Tisserant
af68c0d6dcbe
SVGHMI: Abandon the pthread approach
#!/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"]