| 1 | <?php |
||
| 22 | class AccessWatchHttpLogger extends HttpLogger |
||
| 23 | { |
||
| 24 | |||
| 25 | protected $endpoint = 'http://access.watch/api/v1/log'; |
||
| 26 | |||
| 27 | protected $key; |
||
| 28 | |||
| 29 | public function __construct($params = []) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritDoc} |
||
| 38 | */ |
||
| 39 | public function log($connection, Identity $identity, Request $request) |
||
| 47 | |||
| 48 | } |
||
| 49 |