youngguns-nl / moneybird_php_api

A PHP Library for the MoneyBird API
http://www.moneybird.nl
MIT License
37 stars 14 forks source link

Transport decorator that logs request and responsesFeature/log #81

Closed roelvanduijnhoven closed 8 years ago

roelvanduijnhoven commented 8 years ago

This PR introduces a decorator that one can use to configure a Transport object such that it logs to a PSR-3 valid object.

I have found myself needing this for debugging purposes. This is a WIP that I backported from our own system.

This is revised version of POC in #80.

pluijm commented 8 years ago

Thanks for the PR!