some lib-not-dr
This commit is contained in:
parent
0fc1fe4652
commit
b1ae70acb9
@ -3,3 +3,7 @@
|
||||
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
from lib_not_dr.types.options import Options
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user