beremiz
Clone
Summary
Browse
Changes
Graph
Tests: update svghmi test project to py3 and erpc
2024-03-15, Edouard Tisserant
050f227a2848
Tests: update svghmi test project to py3 and erpc
#!/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"]