beremiz
Clone
Summary
Browse
Changes
Graph
Merge changes from default to wxPython4 branch
wxPython4
2022-05-30, Edouard Tisserant
88c4b18453d5
Merge changes from default to wxPython4 branch
#!/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"]