beremiz
Clone
Summary
Browse
Changes
Graph
Runtime/win32: no sys.stdout with pythonw.exe
2023-09-28, Edouard Tisserant
832bcf1b5b60
Runtime/win32: no sys.stdout with pythonw.exe
#!/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"]