Lines Matching refs:logging
11 import logging
15 logging.basicConfig(level=logging.NOTSET)
22 logging.info("Interpret the configuration file which was generated by Kconfig tool, and")
23 logging.info("Transfer it to header file which will be used in C code")
24 logging.info("Command format:")
25 logging.info(" Kconfig2macro.py [-e][-f configFileName] [-o headerFileName]")
26 logging.info("The default configFileName is .config")
27 logging.info("The default headerFileName is config.h")
216 logging.error("ERROR: Invalid Input %s", opt)
221 logging.info("config input file <%s> doesn't exist", in_file)