CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
29 stars 65 forks source link

Monolog usage is restricted to the filesystem #93

Open omerida opened 2 years ago

omerida commented 2 years ago

The way the client is currently instantiated, there's a hard coded dependency on using Monolog's filesystem logger. The monolog project offers multiple backends. Ideally, the rest client could use any of them (the interface is stable) and it should be injected when the client is configured.