Lines Matching refs:_LOG
27 _LOG = logging.getLogger(__file__) variable
206 _LOG.warning(f" {cmake_option.name} does not exist in Bazel")
211 _LOG.warning(f" {bazel_option.name} does not exist in CMake")
214 _LOG.error(" Bazel and CMAKE definitions do not match:")
215 _LOG.error(f" [CMAKE] {bazel_option}")
216 _LOG.error(f" [BAZEL] {cmake_option}")
255 … _LOG.error(" External pins for %s do not match:", maybe_match.group("dependency"))
256 _LOG.error(" [CMAKE] %s", current_submodule_pin)
257 _LOG.error(" [BAZEL] %s", maybe_match.group("commit"))
260 _LOG.info(" External pins for %s match!", maybe_match.group("dependency"))
270 _LOG.error(" Failed to find Bazel Pico SDK version string")
282 _LOG.error(" Failed to find CMake Pico SDK version string")
293 …_LOG.error(" Declared CMake SDK version is %s and Bazel is %s", cmake_version_string, bazel_ver…
311 _LOG.info("[1/3] Checking build system configuration flags...")
323 _LOG.info("[2/4] Checking build system defines...")
328 _LOG.info("[3/4] Checking submodule pins...")
331 _LOG.info("[4/4] Checking version strings...")
335 _LOG.info("Passed with no blocking failures")
338 _LOG.error("One or more blocking failures detected")