Lines Matching refs:LOGGER
32 LOGGER = logging.getLogger(__name__) variable
107 LOGGER.info('Removing %s', p)
127 LOGGER.info('Downloading %s...', url)
130 LOGGER.info('Extracting...')
140 LOGGER.info('Validating...')
180 LOGGER.error('Failed to run sample program:\n%s', out)
193 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
196 LOGGER.info('Installing Go toolset.')
197 LOGGER.info(' Old toolset is %s', installed)
198 LOGGER.info(' New toolset is %s', available)
201 LOGGER.info('Go toolset installed: %s', TOOLSET_VERSION)
258 LOGGER.setLevel(logging_level)