How to Pipe UiPath with External Applications

Hi,
As a practice, i’m planning to create my own simple logger exe application (separate from uipath) which can show log messages while robo is running on the background.

My question is how can i connect the uipath agent and the external application? Which library should i use to catch the stream of console logs of the uipath robo into the supposed separate application?

UiPath uses NLog to redirect logs for Studio, UiRobot, and Orchestrator. Maybe look at it from that angle.

3 Likes

So does this mean i could redirect the Logs from Robo to show to, let’s say a Console Window? Could you elaborate more how to do this as Im not that skilled yet in .Net programming