KeywordUtil.logInfo

I used to be able to see the contents of KeywordUtil.logInfo in the HTML results. This is no longer the case…

Test Statement:
KeywordUtil.logInfo("-----STARTING VALIDATION: Table: " + table + "-----: " + desc)

Results:
-TEST STEP: logInfo("-----STARTING VALIDATION: Table: " + table + "-----: " + desc)
-Start / End / Elapsed: 2019-05-22 13:42:56.166 / 2019-05-22 13:42:56.168 / 00:00:00.002

What is the issue?

Thanks,

Mstt

I just need to write information to the HTML results. KeywordUtil.logInfo works for the Katalon Results but no longer writes to the HTML Results. Is this a problem with the new Reports Addin?