beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: quick hack for demo to automatically restart browser when reloading hmi
SVGHMI_compat
2019-11-08, Edouard Tisserant
742b115f5b07
SVGHMI: quick hack for demo to automatically restart browser when reloading hmi
#!/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"]