beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix eRPC exception handling
2024-05-24, Edouard Tisserant
21e391fb5983
IDE: fix eRPC exception handling
#!/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"]