Lines Matching refs:_logger
30 self._logger = logger.GetLogger(self._sched.get_experiment().log_dir)
65 self._logger.LogOutput('{} started.'.format(self))
73 self._logger.LogOutput('ImageManager found no label '
80 self._logger.LogWarning('Re-image failed, dut '
106 self._logger.LogOutput('Reimaging {} using {}'.format(self, label))
133 self._logger.LogOutput('{} started working on {}'.format(self, br))
167 self._logger.LogOutput(
203 self._logger = self._schedv2.get_logger()
210 self._logger.LogOutput('Cache hit - {}'.format(br))
214 self._logger.LogOutput('Cache not hit - {}'.format(br))
224 self._logger = logger.GetLogger(experiment.log_dir)
279 self._logger.LogOutput(('Starting to read cache status for '
287 self._logger.LogOutput(('Starting {} threads to read cache status for '
315 self._logger.LogOutput('Total {} cache hit out of {} benchmark_runs.'.
333 return self._logger
403 self._logger.LogOutput('{} finished.'.format(dut_worker))