beremiz
Clone
Summary
Browse
Changes
Graph
IDE: On windows, align better "reset to default" button in CTN config panel.
svghmi
2021-07-26, Edouard Tisserant
7d0e7e4d88cd
IDE: On windows, align better "reset to default" button in CTN config panel.
#!/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"]