This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
Custom Logger
Jay edited this page Apr 18, 2016
·
4 revisions
Since, v1.7.0, PayPal PHP SDK supports custom logger injection. This allows developers to extend their own logging implementation to PHP SDK.
- Create a class implementing PayPalLogFactory. Look at PayPalDefaultLogFactory for reference. Here is an example CustomLogFactory using Monolog Logger:
Getting Started
Using Our SDK
Configurations
Extras
External Links