beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: Add Client Certificate and Anonymous authentications to runtime.
15 months ago, Edouard Tisserant
735253f28b94
WAMP: Add Client Certificate and Anonymous authentications to runtime.
#!/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"]