MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / close

Method close

fastdeploy/logger/handlers.py:247–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

245 self._real_handler.emit(record)
246
247 def close(self):
248 # 关闭实际处理器(如果存在)
249 if self._real_handler is not None:
250 self._real_handler.close()
251 super().close()
252
253
254class DailyRotatingFileHandler(BaseRotatingHandler):

Callers 8

doRolloverMethod · 0.45
download_fileFunction · 0.45
checkMethod · 0.45
doRolloverMethod · 0.45
doRolloverMethod · 0.45
_close_connectionMethod · 0.45
benchmarkFunction · 0.45

Calls

no outgoing calls

Tested by 1