Hi,
I have an external dll written in c#. I studied from the dll's documentations that this tool writes its debug messages to the console using console.writeline.
I 'd like to execute this tool from windows appliaction. when I do that, I loosing those debug messages since windows applications does not have a console...
is there a way to capture those messages? (even to a simple log file) ofcourse using the ProcessInfo.RedirectStandartOutput will not work as i do not use the dll as a process.
many thanks, ofer