আপনি যদি লগিংকে আরও কাস্টমাইজ করতে চান, তাহলে আপনি GoogleAdsClientBuilder এ LoggerInterface প্রয়োগকারী একটি লগার প্রদান করে সম্পূর্ণরূপে আপনার নিজস্ব লগার নির্দিষ্ট করতে পারেন:
$googleAdsClient = (new GoogleAdsClientBuilder()) ... ->withLogger(new MyCustomLogger()) ->build();
[null,null,["2025-03-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The PHP client library uses PSR-3 for logging gRPC calls, with log levels varying based on success or failure of the event."],["By default, logs are written to `STDERR` using a Monolog StreamHandler with configurable options in the `google_ads_php.ini` file."],["For advanced customization, developers can implement the `LoggerInterface` and provide their own logger to the `GoogleAdsClientBuilder`."],["Logging is currently not supported for REST calls."]]],[]]