These custom Audit Logging UiPath activities have been developed with the view of being event listeners for every process that’s developed. This will help in making sure that the audit logs developed can be used for Auditing and compliance.
Also, the logs, because of being in XML and JSON formats can be further uploaded or used by BI tools for analysis.
It will create a log file in 2 formats – XML or JSON which is decided by the User in the dropdown provided for each activity.
There are 2 activities in the Package:
Append Audit Log Activity:
This will append the Audit Log Message in an existing Audit Log File.
If the Audit Log file is not present, it will create a new one.
AuditLogType (select) – XML / JSON
FilePath (freetext) – Path at which the Audit Log will be stored.
Message Description (freetext) – Description of the Audit Log
Message Type (freetext) – Info / Warning / Error