from .log import Log LEVEL_DEBUG = 1 LEVEL_INFO = 2 LEVEL_WARNING = 3 LEVEL_ERROR = 4 LEVEL_CRITICAL = 5