/
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.
, multiple selections available,
Related content
JSON
JSON
More like this
Console
Console
More like this
Salesforce
Salesforce
More like this
Database
Database
More like this
A common case - Time in Status calculation
A common case - Time in Status calculation
More like this
Requests
Requests
More like this
Easy for Jira - Python Automations, 2023