/
Logger

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.

Related content

JSON
More like this
Console
More like this
Salesforce
Salesforce
More like this
Database
More like this
A common case - Time in Status calculation
A common case - Time in Status calculation
More like this
Requests
More like this

Easy for Jira - Python Automations, 2023