Can we add logs within an activity? like say ‘Get mail message’ activity. If I want to log : logging into Outlook, getting credentials, getting outlook objects etc. How can it be done?
Only way i know at the moment is to add a log message before the activity seperately.
Running in debug mode will log each activity as verbose level - will log the acitvity name itself.
Hi @SWATI_KAROT,
You can use Log Message before the activities you want to log.
1 Like
@william.coulson thanks for your response. Log messages can be used either before or after an activity. But can I log something that happens within an activity. For eg. There is this digitize document activity in intelligentOCR package. How can I log all the events that occur inside digitise document activity?