python_exception/Log4p/plugins_for_core.py

8 lines
290 B
Python
Raw Normal View History

2024-03-17 22:06:09 +08:00
import logging
import colorlog
import os
import asyncio
from logging.handlers import QueueHandler, QueueListener
from Log4p.plugins.websocketHander import WebsocketHandler
from Log4p.plugins.HttpHander import HTTPhandler , AsyncHTTPhandler
from Log4p.plugins.DecoratorsTools import *