MCPcopy
hub / github.com/BinNong/meet-libai / error

Method error

logger.py:53–58  ·  view source on GitHub ↗

输出ERROR级别的日志 :param message: 日志信息

(self, message)

Source from the content-addressed store, hash-verified

51 self.logger.warning(message)
52
53 def error(self, message):
54 """
55 输出ERROR级别的日志
56 :param message: 日志信息
57 """
58 self.logger.error(message)

Callers 7

buildMethod · 0.80
reloadMethod · 0.80
reloadMethod · 0.80
_load_modelMethod · 0.80
clear_audio_cacheFunction · 0.80
search_by_chineseFunction · 0.80
search_by_poetryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected