MCPcopy Index your code
hub / github.com/archlinux/archinstall / debug

Function debug

archinstall/lib/log.py:175–183  ·  view source on GitHub ↗
(
	*msgs: str,
	level: int = logging.DEBUG,
	fg: str = 'white',
	bg: str | None = None,
	reset: bool = False,
	font: list[Font] = [],
)

Source from the content-addressed store, hash-verified

173
174
175def debug(
176 *msgs: str,
177 level: int = logging.DEBUG,
178 fg: str = 'white',
179 bg: str | None = None,
180 reset: bool = False,
181 font: list[Font] = [],
182) -> None:
183 log(*msgs, level=level, fg=fg, bg=bg, reset=reset, font=font)
184
185
186def error(

Callers 15

_log_sys_infoFunction · 0.90
_fetch_arch_dbFunction · 0.90
runFunction · 0.90
_run_workerMethod · 0.90
runMethod · 0.90
installMethod · 0.90
installMethod · 0.90
installMethod · 0.90
installMethod · 0.90
installMethod · 0.90
installMethod · 0.90
pingFunction · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected