This commit is contained in:
Miroslav Stampar
2018-02-06 10:27:10 +01:00
parent aebfb7d597
commit ef8b2d793f
4 changed files with 18 additions and 5 deletions

View File

@@ -22,6 +22,15 @@ class SORT_ORDER:
FIFTH = 4
LAST = 100
# Reference: https://docs.python.org/2/library/logging.html#logging-levels
class LOGGING_LEVELS:
NOTSET = 0
DEBUG = 10
INFO = 20
WARNING = 30
ERROR = 40
CRITICAL = 50
class DBMS:
ACCESS = "Microsoft Access"
DB2 = "IBM DB2"