Home | History | Annotate | Download | only in libscanbuild

Lines Matching refs:logging

13 The 'libear' library is capturing all child process creation and logging the
31 import logging
57 logging.debug('Parsed arguments: %s', args)
97 logging.debug('run build in environment: %s', environment)
99 logging.info('build finished with exit code: %d', exit_code)
132 logging.debug('intercept gonna use compiler wrappers')
141 logging.debug('intercept gonna preload libear on OSX')
147 logging.debug('intercept gonna preload libear on UNIX')
163 # initialize wrapper logging
164 logging.basicConfig(format='intercept: %(levelname)s: %(message)s',
173 logging.debug('writing exec report to: %s', target_file)
180 logging.exception('writing exec report failed')
182 logging.warning(warning)
187 logging.debug('execute compiler: %s', compilation)
198 logging.debug('parse exec trace file: %s', filename)
220 logging.debug('format this command: %s', exec_trace['command'])
226 logging.debug('formated as: %s', command)