http: Use Psr\Log instead of wfDebug*
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 05:58:55 +0000 (22:58 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 2 Oct 2016 06:02:01 +0000 (23:02 -0700)
commit392380ff36e8c6596d0c82dc4d81ed11b6c5188d
tree4a296747e01cabade1e453fb10abd7fd2e936ab3
parent9beb668d024ceb5ce189ac8b378b72e9311f603a
http: Use Psr\Log instead of wfDebug*

MWHttpRequest::factory() will pass in a logger to move the dependency up
to the factory instead of individual functions.

Change-Id: I4e428f060c90ef49cb3acb3e3dceab64bd952330
includes/http/CurlHttpRequest.php
includes/http/Http.php
includes/http/MWHttpRequest.php
includes/http/PhpHttpRequest.php