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

Method info

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

信息日志

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

Source from the content-addressed store, hash-verified

93 self.logger.debug(message, *args, **kwargs, stacklevel=2)
94
95 def info(self, message: str, *args, **kwargs):
96 """信息日志"""
97 self.logger.info(message, *args, **kwargs, stacklevel=2)
98
99 def warning(self, message: str, *args, **kwargs):
100 """警告日志"""

Callers 15

lifespanFunction · 0.80
save_to_pathMethod · 0.80
convertMethod · 0.80
validateMethod · 0.80
convertMethod · 0.80
validateMethod · 0.80
convertMethod · 0.80
validateMethod · 0.80
convertMethod · 0.80
registerMethod · 0.80
process_imagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected