mirror of
1
0
Fork 0
dotbot/dotbot/messenger/level.py

8 lines
106 B
Python

class Level:
NOTSET = 0
DEBUG = 10
LOWINFO = 15
INFO = 20
WARNING = 30
ERROR = 40