Robot Framework Log dari Python

# ExampleKeywords.py
from robot.api import logger
def write_to_console(s):
    logger.console(s)
Lively Lizard