Hi Wolfgang,

As of v201708, the .NET library's logging doesn't depend on Soap Extension, 
so you can remove to call to EnableSoapExtension AND 
SoapExtensions.RegisterSoapExtension calls. If you need to capture SOAP 
logs, then you'd have to create a TraceSource 
<https://msdn.microsoft.com/en-us/library/system.diagnostics.tracesource(v=vs.110).aspx>,
 
and attach a listener to it. This MSDN article 
<https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/how-to-create-and-initialize-trace-sources>
 
has some details on how to do that programmatically.

You can see the TraceSources that the library uses 
here: 
https://github.com/googleads/googleads-dotnet-lib/blob/master/src/AdWords/App.config#L144.
 
E.g. The summary logs are written to a TraceSource 
named AdsClientLibs.SummaryRequestLogs, and the default listener is a that 
writes to "C:\Logs\AdWords\summary_logs.log". 

Hope this helps. Let me know if you have more questions.

Cheers
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, August 23, 2017 at 4:40:34 PM UTC+10, Wolfgang Riedmann wrote:
>
> Hello,
>
> I have put all my Adwords functionality in one single DLL, and several 
> applications are using the relative functionality.
>
> Therefore I cannot use the configuration in the app.config, and found a 
> possibility to define the relative parameters directly in my code (reading 
> from a ini file).
>
> To make it work I had set the AdwordsAppConfig.EnableSoapExtension 
> property to true.
>
> In the API 201708 this property seems to not exist anymore, and the 
> following code fails:
>
> SoapExtensions.RegisterSoapExtension( 
> "Google.Api.Ads.Common.Lib.SoapListenerExtension, Google.Ads.Common", 1, 
> priorityGroup.Low )
>
> What I do need to change?
>
> Thank you very much!
>
> Wolfgang
>
> P.S. I'm not using C#, but X#, a Xbase language
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/418bac7b-5c41-43c9-adf8-c06c0595e81c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • .NET API: Adwor... Wolfgang Riedmann
    • Re: .NET A... 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum

Reply via email to