skoro/curl

Add logger facility

Opened this issue · 0 comments

skoro commented

Proposal. Attach logger to Curl and Multi and log each request, for example:

$curl->setLogger($logger);

then request from the $curl will be logged to logger handler.

Drawback: dependency of Psr\Logger will be added.