beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
svghmi
2020-12-02, Edouard Tisserant
45f044cf845b
SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
#!/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"]