1 | <?php |
||
12 | class NullLogger implements DataCollectorLoggerInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param LogEvent $event |
||
16 | */ |
||
17 | public function logQuery(LogEvent $event) |
||
21 | |||
22 | /** |
||
23 | * @return LogEvent |
||
24 | */ |
||
25 | public function getLoggedEvent(): LogEvent |
||
29 | |||
30 | /** |
||
31 | * @return bool |
||
32 | */ |
||
33 | public function hasLoggedEvents(): bool |
||
37 | } |
||
38 |