Home | History | Annotate | Download | only in report

Lines Matching refs:logging

50 import logging
104 logging.error('%s is not a valid GCC top level build directory.', build_dir)
107 logging.info('Discovered source directory: "%s"', srcdir)
108 logging.info('Discovered build target: "%s"', target)
132 log_fun = getattr(logging, level)
139 logging.info('Reading manifest file: "%s"', manifest_path)
143 logging.info('Getting actual results from build directory: "%s"',
156 logging.debug('Tests expected to fail:')
160 logging.debug('Actual test failures:')
166 logging.info('Build results not in the manifest:')
170 logging.info('Manifest results not present in the build:')
172 logging.info('NOTE: This is not a failure! ',
179 logging.info('No unexpected failures.')
184 logging.error('Manifest file "%s" already exists.', manifest_path)
185 logging.error('Use --force to overwrite.')
193 logging.info('Writing manifest to "%s".', manifest_path)
227 logging.root.setLevel(logging.DEBUG)
238 logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO)