Capture Debug events from other applications

PrOpHeT

Freshman
Joined
Sep 1, 2004
Messages
29
I want to be able to capture debug events on a machine and transmit them to a logging server across a network.

I can handle everything except how do I subscribe to debug events on a machine. Obviously it can be done because applications like debug view do it, the question is.. Is there any reasonable way to do it in vb.net?

I asked a similar question back in January and to date it still has no responses. Is it just not possible for some reason?
 
I am looking at it like this application A is running on a remote machine and outputting debug information,

application B listens to debug events and relays them to a remote server (kind of like using sysinternals debugview in client mode)

I am going to read through the blog and then post back if I still have questions, thanks.
 
Back
Top