feat: 接入logger

This commit is contained in:
DLmaster361
2025-08-04 10:46:23 +08:00
parent 92ea6026f8
commit 76438459f7
10 changed files with 45 additions and 222 deletions

View File

@@ -24,6 +24,7 @@ __author__ = "DLmaster361 <DLmaster_361@163.com>"
__license__ = "GPL-3.0 license"
from .api import app
from .core import Config, logger
from .core import Config
from .utils import get_logger
__all__ = ["app", "Config", "logger"]
__all__ = ["app", "Config", "get_logger"]