|
|
|
| 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 c
hange?
Regards
Dirk
| |
| Christof 2004-05-30, 10:46 am |
| The config files is: BTSNTSvc.exe.config.
Adding the trace listener instructions in there works just fine!
Kind regards,
Christof
"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
>
| |
| Todd Sussman 2004-05-30, 10:46 am |
| Take a look into EIF - Enterprise Instrumentation Framework
http://msdn.microsoft.com/library/d...enethowto14.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
>
| |
|
| Still no tracelines... I will install the BizTalk on my local dev machine in order to debug. May be I do not hit a trace.writeline... But I don't think so.
I'll come back to this thread if I found solution or have no more ideas...
Dirk
| |
|
|
Pretty good stuff. Thanx alot for the hint.
Best regards
Dirk
| |
|
|
|
|