AfriCC / php-epp2

A High Level EPP TCP/SSL Client for PHP
GNU General Public License v3.0
53 stars 32 forks source link

Add PSR-3 log for frame logging #85

Open johnny-bit opened 5 years ago

johnny-bit commented 5 years ago

fixes #9 This adds specific frame logging with PSR-3 logging and leaves per-byte logging to separate described function.

johnny-bit commented 5 years ago

I wonder if this is good approach.