Hi,
i am using the adwords API PHP Library v201406 (i know there is a newer version) and i implement the following lines to log every api request in a new file:
$user->LogAll()
[...]
\Logger::LogToFile(\Logger::$SOAP_XML_LOG, 'filename.log');
This works fine, but there is the standard logging file soap_xml.log, too.
I would like to disable the standard logging file. How to do?
Greetings from Germany,
Christian