I have a C# console app which I'm deploying around 20 times (with different config settings) and running. As you might imagine its hard to keep and eye on what's happening with 20 apps running (I'm eventually going to deploy these as windows services), so is there anything that can show the output of these in one place easily?I have a C# console app which I'm deploying aro