Lines Matching refs:logger
16 logger = logging.getLogger(__name__) variable
25 logger.warning("This test requires the Zephyr SDK to be used, skipping")
42 logger.info(output)
47 logger.debug(f"Copying llext-edk.tar.xz to {tempdir}")
52 logger.debug(f"Extracting llext-edk.tar.xz to {tempdir}")
55 logger.info(output)
59 logger.debug(f"Copying extension to {tempdir_extension}")
65 logger.debug(f"Copying file2hex.py to {tempdir_extension}")
77 logger.debug(f"Building extension in {tempdir_extension} - cmake")
80 logger.info(output)
82 logger.debug(f"Building extension in {tempdir_extension} - make")
85 logger.info(output)
93 logger.debug(f"Running application with extension in {tempdir_extension} - west build")
104 logger.debug(f"west command: {command}")
106 logger.info(output)
109 logger.debug(f"Running application with extension in {tempdir_extension}")