MCPcopy
hub / github.com/borgbackup/borg / error

Method error

src/borg/logger.py:303–306  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

301 return self.__logger.warning(msg, *args, **kwargs)
302
303 def error(self, msg, *args, **kwargs):
304 if "msgid" in kwargs:
305 kwargs.setdefault("extra", {})["msgid"] = kwargs.pop("msgid")
306 return self.__logger.error(msg, *args, **kwargs)
307
308 def critical(self, msg, *args, **kwargs):
309 if "msgid" in kwargs:

Callers 15

kill_stale_lockMethod · 0.80
log_errorMethod · 0.80
checkMethod · 0.80
check_free_spaceMethod · 0.80
report_errorMethod · 0.80
checkMethod · 0.80
log_resultsMethod · 0.80
selftestFunction · 0.80
fetch_manyMethod · 0.80
checkMethod · 0.80
verify_dataMethod · 0.80

Calls

no outgoing calls

Tested by 3

log_resultsMethod · 0.64
selftestFunction · 0.64
test_lazy_loggerFunction · 0.64