Lines Matching refs:debug
247 self.log.debug(
292 self.log.debug("Found:")
294 self.log.debug(" {:4} Total Macros".format(len(all_macros)))
295 self.log.debug(" {:4} Non-identifier Macros".format(len(actual_macros)))
296 self.log.debug(" {:4} Enum Constants".format(len(enum_consts)))
297 self.log.debug(" {:4} Identifiers".format(len(identifiers)))
298 self.log.debug(" {:4} Exported Symbols".format(len(symbols)))
353 self.log.debug("Looking for macros in {} files".format(len(files)))
388 self.log.debug("Looking for MBED words in {} files".format(len(files)))
418 self.log.debug("Looking for enum consts in {} files".format(len(files)))
500 self.log.debug("Looking for identifiers in {} files".format(len(files)))
625 self.log.debug(error.output)