beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
svghmi
2020-01-21, Edouard Tisserant
15d7bd79d9e8
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
#!/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"]