Lines Matching refs:logging
20 import logging
44 # setup logging
46 logging.debug('Parsed arguments: %s', args)
73 logging.debug('run build in environment: %s', environment)
75 logging.debug('build finished with exit code: %d', exit_code)
112 logging.debug('run analyzer against compilation database')
122 logging.info(line.rstrip())
150 # initialize wrapper logging
151 logging.basicConfig(format='analyze: %(levelname)s: %(message)s',
157 logging.info('execute compiler: %s', compilation)
183 logging.debug('analyzer parameters %s', parameters)
188 logging.info(line.rstrip())
190 logging.exception("run analyzer inside compiler wrapper failed.")