some lib-not-dr

This commit is contained in:
shenjack 2023-10-13 23:07:08 +08:00
parent 0fc1fe4652
commit b1ae70acb9
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 6 additions and 2 deletions

View File

@ -3,3 +3,7 @@
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
from lib_not_dr.types.options import Options

View File

@ -9,7 +9,7 @@ import time
from types import FrameType
from typing import List, Optional
from Difficult_Rocket.api.types import Options
from lib_not_dr.types.options import Options
class LogMessage(Options):
@ -30,4 +30,4 @@ class LogMessage(Options):
# [App -> Logger] -> Queue(raw log) -> [Handler -> Formatter -> (File, Socket) Output] ?
#
# |-> Handler -> Formatter -> Console Output