beremiz
Clone
Summary
Browse
Changes
Graph
Close branch nevow_service_rework.
nevow_service_rework
2019-01-07, Andrey Skvortsov
2e9cc1b811d1
Close branch nevow_service_rework.
#!/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"]