beremiz
Clone
Summary
Browse
Changes
Graph
BACnet : ensure that Init did happen before continuing with PLC startup.
2018-06-13, Edouard Tisserant
c6321473fac1
BACnet : ensure that Init did happen before continuing with PLC startup.
#!/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"]