I would like to log some text to the test report (boot up messages from a device) for future troubleshooting.
When I did this previously on TestStand 2017, I called python via a call executable step and just logged the standard output.
Now that I'm using TestStand 2022, I'm using the python adapter. Is this still possible, or should I be doing it in a different way?