Custom Logging - LogLevel Type

So its nessesary to do it in VS and than import as a activity to the Studio?

The goal is to have 2 arguments:

  1. in_logMessage
  2. in_logLevel

We are using logging, where we need to log also the name of workflow, so because i dont want to put everytime to my log messages this string Jobs.workflowname +": " + logMessage, i just want to make a new logMessage where i can just put logLevel and String with arguments :slight_smile: