beremiz

IDE: Add a shortcut to project "Clean" action : F9
svghmi
2021-04-01, Edouard Tisserant
d23f5117f6b0
IDE: Add a shortcut to project "Clean" action : F9
#!/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"]