beremiz
Clone
Summary
Browse
Changes
Graph
Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
2018-07-27, Andrey Skvortsov
b0418bb13527
Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
#!/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"]