Hello Kristopher,

This is currently work in progress, see the experimental branch:

  https://github.com/googleads/googleads-php-lib/tree/experimental


-Danial, AdWords API Team.


On Tuesday, November 25, 2014 2:05:11 AM UTC+3, Kristopher Windsor wrote:
>
> Hi,
>
> The Adwords API PHP client library defines, among other things, a class 
> named "Logger" in the global namespace that will conflict with another 
> Logger class we want to use.
> Is there an easy way to put all of the client library code into a 
> namespace to avoid the class name collision?
>
> In AdsUser.php:
> require_once 'Google/Api/Ads/Common/Util/Logger.php';
>
>
> /**
>  * A logger class which registers appenders (any writable handle location
>  * which can be fopen'ed) with a unique name for that log. The library will
>  * write all incoming/outgoing SOAP XML to <var>SOAP_XML_LOG</var> and
>  * all records of requests to <var>REQUEST_INFO_LOG</var>.
>  *
>  * Currently, levels are only used as indicators (there is no filtering
>  * mechanism as of yet).
>  *
>  * A list of supported appenders (file handles) can be found here:
>  * {@link http://us2.php.net/manual/en/wrappers.php}
>  *
>  * @package GoogleApiAdsCommon
>  * @subpackage Util
>  */
> class Logger {
>
>
>
> Thanks,
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/003e6ab5-9973-474b-97aa-8867a30edf27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to