Home | History | Annotate | Download | only in libscanbuild

Lines Matching refs:logging

14 import logging
93 logging.debug("Run analyzer against '%s'", command)
98 logging.error("Problem occured during analyzis.", exc_info=1)
133 logging.debug('exec command in %s: %s', cwd, ' '.join(cmd))
175 logging.debug('exec command in %s: %s', cwd, ' '.join(cmd))
193 # return the output for logging and exit code for testing
237 logging.debug('skip analysis, language not known')
240 logging.debug('skip analysis, language not supported')
243 logging.debug('analysis, language: %s', language)
265 logging.debug('analysis, on arch: %s', current)
270 logging.debug('skip analysis, found not supported arch')
273 logging.debug('analysis, on default arch')