beremiz
Clone
Summary
Browse
Changes
Graph
#2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore.
#2486
2018-04-19, dporopat
237c1a2de1c8
#2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore.
#!/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"]