Changes between Initial Version and Version 1 of Ticket #32552, comment 10


Ignore:
Timestamp:
Apr 19, 2021, 4:07:37 AM (3 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32552, comment 10

    initial v1  
    1 By the way, I think the step after Daniyal's PR would be to change `DiscoverRunner`'s constructor to accept an optional Python `logger` object. Then, `DiscoverRunner.log()` could use that, if available, and falling back to `print()` if `self.logger` isn't set.
     1By the way, I think the step after Daniyal's PR would be to change `DiscoverRunner`'s constructor to accept an optional Python `logger` object. Then, `DiscoverRunner.log()` could use that, if available, and falling back to the current `print()` behavior if `self.logger` isn't set.
Back to Top