mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 09:03:25 +00:00
wip: temp
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
import logging
|
||||
|
||||
class LogHandler(logging.Handler):
|
||||
class LogHandler(logging.StreamHandler):
|
||||
|
||||
def __init__(self)-> None:
|
||||
logging.Handler.__init__(self=self)
|
||||
|
||||
|
||||
def emit(self, record) -> None:
|
||||
print("emit", record)
|
||||
|
||||
|
||||
def handle(self, record) -> None:
|
||||
print("@ handle",record)
|
||||
|
||||
Reference in New Issue
Block a user