Logger

The logger functionality allows you to log information, mostly to troubleshoot or to save information from your executions.

To use the logger, you don’t have to import anything, you can simply do the following:

logger.info(message:str) logger.warn(message:str) logger.error(message:str)

Errors will be shown in red.

Easy for Jira - Python Automations, 2023