I\'ve written a Windows service in C# using the ServiceBase helper. During its execution some procedures on an external native DLL are called. Annoyingly, those
ServiceBase
Check out the Console.SetOut method.
It will allow you to redirect console output to a TextWriter.