| 1 | <?php |
||
| 22 | class AccessWatchLogger extends LogstashLogger |
||
| 23 | { |
||
| 24 | |||
| 25 | protected $host = 'access.watch'; |
||
| 26 | |||
| 27 | protected $port = 5145; |
||
| 28 | |||
| 29 | protected $protocol = 'udp'; |
||
| 30 | |||
| 31 | protected $channel = 'bouncer'; |
||
| 32 | |||
| 33 | protected $type = 'access_log'; |
||
| 34 | |||
| 35 | protected $key; |
||
| 36 | |||
| 37 | public function __construct($params = []) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritDoc} |
||
| 46 | */ |
||
| 47 | public function log($connection, Identity $identity, Request $request) |
||
| 55 | |||
| 56 | } |
||
| 57 |