05-30-04 03:46 PM
Take a look into EIF - Enterprise Instrumentation Framework
http://msdn.microsoft.com/library/d...
ethowto14.asp
It is nice, because you insert logging and debug features, into your custom
adapter, and can turn it ff as needed when in production. It also includes
a very fast trace log.
--
Todd Sussman
My opinion is neither copyrighted nor trademarked, and it's price
competitive. If you like, I'll trade for one of yours.
Remove The REMOVE! to reply.
"Dirk" <anonymous@discussions.microsoft.com> wrote in message
news:D655D90B-B1AC-42C7-AC75-54CF88182EEC@microsoft.com...
> Hi,
>
> how can I switch on tracing for an (selfmade) adapter? Within the
BaseAdapter are some Trace.WriteLines. Normally you have to add a
Tracelistener for eventlog in Application-Config-File. But the adapter is
only a set of Dlls. Which Config file I have to change?
>
> Regards
>
> Dirk
>
[ Post a follow-up to this message ]
|