beremiz

Fixed "Onchange" object added in previous commit
svghmi
2020-12-10, Edouard Tisserant
56453485c6ad
Fixed "Onchange" object added in previous commit
#!/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"]