MCPcopy
hub / github.com/lss233/kirara-ai / error

Method error

kirara_ai/logger.py:215–216  ·  view source on GitHub ↗
(self, message: str, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

213 self.logger.critical(message, *args, **kwargs)
214
215 def error(self, message: str, *args: Any, **kwargs: Any) -> None:
216 self.logger.error(message, *args, **kwargs)
217
218 def warning(self, message: str, *args: Any, **kwargs: Any) -> None:
219 self.logger.warning(message, *args, **kwargs)

Callers 15

run_applicationFunction · 0.80
_load_all_metadataMethod · 0.80
register_mediaMethod · 0.80
ensure_file_existsMethod · 0.80
get_dataMethod · 0.80
load_configMethod · 0.80
_run_migrationsMethod · 0.80
_workerMethod · 0.80
start_adaptersMethod · 0.80
load_pluginMethod · 0.80
_load_external_pluginMethod · 0.80
load_pluginsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_guess_openai_modelFunction · 0.64