MCPcopy
hub / github.com/zai-org/GLM-OCR / debug

Method debug

apps/backend/app/utils/logger.py:91–93  ·  view source on GitHub ↗

调试日志

(self, message: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

89 self.logger.propagate = False
90
91 def debug(self, message: str, *args, **kwargs):
92 """调试日志"""
93 self.logger.debug(message, *args, **kwargs, stacklevel=2)
94
95 def info(self, message: str, *args, **kwargs):
96 """信息日志"""

Callers 15

renewMethod · 0.80
callbackMethod · 0.80
startMethod · 0.80
stopMethod · 0.80
connectMethod · 0.80
processMethod · 0.80
mainFunction · 0.80
startMethod · 0.80
_send_requestMethod · 0.80
parseFunction · 0.80
mainFunction · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected