Hi
I am in the process of creating a bunch of workbenches and would like to use Python scripts to create a custom log file for each workbench, each with specific name and in specified location.
I would like to log only specific outputs, e.g. count of features failing geometry validation, Total count written, Total count failed etc..
Any suggestion what's the best practice to achieve this. Should I be using startup/shutdown scripts or python caller? I would also like to create the log file with a datestamp.
Thanks