How to log in a custom server-size workflow activity
I noticed that when running a server-side workflow, some logging is returned that I can access through the rest interface, e.g. https://SERVER/geocortex/workflow/service/job/logs?ticket=[ticket]
Is it possible to add logging from my custom workflow activity to this log?
0
-
Hi Berend,
You can use Trace.WriteLine() to write to the logs:
Trace.WriteLine("Hello logs!");You can probably also use any other method of the Trace class which writes to the listeners.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar