SIGN IN SIGN UP

gh-109162: libregrtest: add Logger class (#109212)

* Add Logger class in a new logger.py file.
* Move Regrtest attributes to Logger:

  * start_time
  * test_count_text
  * test_count_width
  * win_load_tracker

* Move Regrtest method to Logger:

  * log()
  * getloadavg(): rename to get_load_avg()
  * set_tests()

* Add methods to the Logger class:

  * start_load_tracker()
  * stop_load_tracker()
V
Victor Stinner committed
0eab2427b149cd46e0dee3efbb6b2cfca2a4f723
Parent: db5bfe9
Committed by GitHub <noreply@github.com> on 9/10/2023, 3:04:26 AM