mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: wip
This commit is contained in:
@ -7,4 +7,7 @@ class LogHandler(logging.StreamHandler):
|
|||||||
|
|
||||||
def emit(self, record) -> None:
|
def emit(self, record) -> None:
|
||||||
print("emit", record)
|
print("emit", record)
|
||||||
|
|
||||||
|
def handle(self, record) -> None:
|
||||||
|
print("@ handle",record)
|
||||||
|
|
||||||
Reference in New Issue
Block a user