| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class MonologHandler extends AbstractProcessingHandler |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * InfluxDbMonologHandler constructor. |
||
| 22 | * |
||
| 23 | * @param int $level |
||
| 24 | * @param bool $bubble |
||
| 25 | */ |
||
| 26 | public function __construct($level = Logger::DEBUG, $bubble = true) |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param array $record |
||
| 33 | * |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | protected function write(array $record): void |
||
| 41 |