python_exception/Log4p/plugins_for_core.py
2024-03-17 14:06:09 +00:00

8 lines
290 B
Python

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 *