beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fixed typo in last commit
svghmi
2021-05-31, Edouard Tisserant
22da8e0b07b8
SVGHMI: Fixed typo in last commit
#!/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"]