beremiz
Clone
Summary
Browse
Changes
Graph
Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus
nevow_service_rework
2018-07-19, Edouard Tisserant
ebd83ec387f9
Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus
#!/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"]