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

Method error

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

错误日志

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

Source from the content-addressed store, hash-verified

101 self.logger.warning(message, *args, **kwargs, stacklevel=2)
102
103 def error(self, message: str, *args, **kwargs):
104 """错误日志"""
105 self.logger.error(message, *args, **kwargs, stacklevel=2)
106
107 def exception(self, message: str, *args, **kwargs):
108 """异常日志"""

Callers 15

handleCopyFunction · 0.80
renderPageFunction · 0.80
handleFileFunction · 0.80
pollTaskStatusFunction · 0.80
fallbackCopyFunction · 0.80
api.tsFile · 0.80
convertMethod · 0.80
validateMethod · 0.80
convertMethod · 0.80
validateMethod · 0.80
convertMethod · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected