beremiz
Clone
Summary
Browse
Changes
Graph
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
2018-11-26, Edouard Tisserant
89abeece2c71
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
#!/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"]