Hello,
What is the best practice and recommended way of writing info to Katalon studio console and execution log?
I have used this method(src) :
KeywordLogger log = new KeywordLogger()
log.logInfo(“yourMsg”)
But I got notification saying that it should no longer be used and sometimes test cases fail if I have this in my scripts.
Best regards
Ismar