#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ @Author: hywell @Email: hywell.28@gmail.com @Blog: iassas.com @Date: 2019/10/16 13:41 """ class CUSTOM_LOGGING: SYSINFO = 21 SUCCESS = 22 ERROR = 23 WARNING = 24