Google Ads API に対するリクエスト、レスポンス、概要メッセージは、
独自のカスタム ロガーまたはクライアント ライブラリのデフォルト ロガーでロギングされる
使用します。
ログレベル
ライブラリは、さまざまなタイプのイベントをさまざまなログレベルに記録します。
API レスポンスが正常に完了すると、概要が INFO に記録され、
リクエストとレスポンスは DEBUG に記録されます。リクエストの結果、
API エラーが発生した場合、概要メッセージは WARN にログとリクエスト全体が記録されます
レスポンスは INFO に記録されます。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-29 UTC。"],[[["The Google Ads API client library for Perl allows logging of requests, responses, and summaries using a custom or default logger."],["Logging levels include `INFO`, `DEBUG`, and `WARN`, used to categorize different event types like successes, failures, and partial failures."],["The default logger configuration saves logs to the `logs` folder in your home directory, which can be customized by providing a `log4perl.conf` file."],["Logging can be controlled through the `GoogleAdsLogger` module, allowing for enabling/disabling logging or more advanced customization."]]],[]]