P
pokémon
Ok, I am baffled by this one:
I have 2 custom trace listeners (classes that inherit from
System.Diagnostics.TraceListener).
I want them both to listen to the same Windows application. How should I go
about doing this? Do they need to be in the same AppDomain? Do I need to
create an AppDomain?
I put the both in the <listeners> App.Config section for the app I want them
both to listen to, but, it seems only one of them is listening. Anyone out
there try this yet?
I have 2 custom trace listeners (classes that inherit from
System.Diagnostics.TraceListener).
I want them both to listen to the same Windows application. How should I go
about doing this? Do they need to be in the same AppDomain? Do I need to
create an AppDomain?
I put the both in the <listeners> App.Config section for the app I want them
both to listen to, but, it seems only one of them is listening. Anyone out
there try this yet?