Lines Matching refs:log
120 def __init__(self, log, config, max_fifo_fill): argument
140 self.log = log
144 self.logstream = self.log.get_stream('console', sys.stdout)
186 self.log.start_section('Stopping U-Boot')
188 self.log.info(f'Close type: {close_type}')
189 self.log.end_section('Stopping U-Boot')
198 self.log.info(f'test.py: Lab mode is active')
206 self.log.info('Waiting for U-Boot to be ready')
239 self.log.info(f'Found ready prompt {m}')
244 self.log.info(f'Lab: Board is ready')
248 self.log.info(f'Found autoboot prompt {m}')
254 self.log.info(f'U-Boot is ready')
257 self.log.timestamp()
345 handle_exception(self.config, self, self.log, exc,
349 handle_exception(self.config, self, self.log, exc,
354 self.log.timestamp()
387 self.log.action(f'Sending Ctrl-{char}')
492 self.log.start_section('Starting U-Boot')
516 self.log.error(str(ex))
520 self.log.timestamp()
521 self.log.end_section('Starting U-Boot')