Create your first automation in just a few minutes.Try Studio Web →
by YouTube
1
Snippet
<100
Summary
Summary
Activities to store logs in a local file
Overview
Overview
This is a Logging Activity which helps to maintain logs locally in a file.
This Activitie will help to create and store logs locally in an Excel or a CSV file, as some use cases require to log process data in a file and later on use it for fetching required information.
For now it logs only three fields:
Current Time Stamp
Log Level(Custom)
Log Message
Features
Features
The use of these Activities is to avoid repetitive usages of all multiple activities which are used to write data in Excel or CSV files. For Example: A use case has a requirement to store process logs locally in an Excel file and later use it for some work. Typically we would use the following Activities to log data in an Excel: Build DataTable> Add Data Row > Append Range. To avoid using these multiple activities we just need to call Log to Excel Activity whenever required.
Additional Information
Additional Information
Dependencies
System Activities
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.2Updated
February 18, 2020Works with
Developed in 2018.4.1
Certification
Silver Certified
Tags
Support
UiPath Community Support
Resources