pub fn set_logger_for_test()
Expand description
Install a logger for tests.
Call this method at the beginning of the test for which logging is desired. This function sets global program state, so all tests that run after this function is called will use the logger.