beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: XY graph build produces error message if provided curve_N are not consistent.
2022-06-03, Edouard Tisserant
b5ca17732b1e
SVGHMI: XY graph build produces error message if provided curve_N are not consistent.
#!/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"]