Unable to print message in Log Viewer

@Marek Melocik said:
Hi, use following instance:

KeywordLogger log = new KeywordLogger()
log.logInfo("yourMsg")

You can also use logFailed, logWarning, etc.

it works as intended. thanks