Hi Chris,

It should be pretty simple - write a trace listener type that takes the
trace output from the 2 apps and sends it to the console app via remoting.
Handling instantiation of the display app could be a little tricky, but
shouldn't be impossible.  The display app could own a mutex, and the trace
listener could start the display app if it could successfully acquire the
mutex.  They may be a simpler solution that I am missing - I am no Ingo when
it comes to remoting (they I do own his book :)).

Nick

----- Original Message -----
From: "Chris Jenkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 8:21 AM
Subject: [DOTNET] Trace question.


> I would like to create a trace console for my assemblies. Example: I write
2
> exe's and both use my generic trace class, I would like to pop up a
console
> app that takes a peek at what those other 2 applications are doing while
> they are running.
>
> Is this possible? Was I vague enough :)
>
> CJ
>
> You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
> subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to