| 1 | <?php |
||
| 17 | class HttpLogger implements LoggerInterface |
||
| 18 | { |
||
| 19 | |||
| 20 | protected $endpoint; |
||
| 21 | |||
| 22 | protected $httpClient; |
||
| 23 | |||
| 24 | public function __construct($endpoint) |
||
| 28 | |||
| 29 | public function getHttpClient() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | */ |
||
| 40 | public function log($connection, Identity $identity, Request $request) |
||
| 52 | |||
| 53 | } |
||
| 54 |