Minimal Logging on success at Process level with a bit more

The checkbox for Minimal Logging on success at Process level is a really nice addition.

At times there is information that is useful for troubleshooting multiple processes even if the a specific process didn’t have any errors. Of course limiting the logging will improve the performance,

I would however like a method to manually add bit of information in addition to the start, end and duration times that the minimal logging provides. Maybe something like this?

Watch.Log "Value: " & sMsg, 5

Yup, that’s already on our TODO list. And with that exact syntax, too! :slight_smile:

1 Like