Code Source Files allow you to enhance coded workflows by building and registering shared services. However, they do not have direct access to the Log() method included in the CodedWorkflow partial class.
Has anyone found a solution to enable some sort of logging in these files that is visible via Orchestrator?
Here is what you can do. You can pass services.OutputLoggerService in through the constructor of your code source file classes. This way, you can build service classes that are able to log by being passed the service at run time