Log settings configuration

Hello, could someone please let me know how to configure the log settings to log the execution of every activity as a default, as the below reference to the documentation it is possible

Hi @Rasoul
Is it related to ReFramework?

use each activity after using log message

for example like using type into activity and next use log message as “typed the value” etc

Thanks
Ashwin S

Yes I could do that, but I was looking for a way that does it automatically to be more efficient with time

Hi @Rasoul
if you want to do it through an efficient way in text file mention all the log values and stored the values in dictionary
based on dictionary use argdiConfig(“LogTypeInto”).ToString

Thanks
Ashwin S