beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: detect watchdog abuse (more than one HMI instance with watchdog) at build time
svghmi
2021-07-22, Edouard Tisserant
70a76083c59c
SVGHMI: detect watchdog abuse (more than one HMI instance with watchdog) at build time
#!/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"]