beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Check that explicit relative page jump path is consistant with destination page reference path.
svghmi
2020-03-26, Edouard Tisserant
3ef217f525ff
SVGHMI: Check that explicit relative page jump path is consistant with destination page reference path.
#!/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"]