Overrides LoggerInterface::emit
public function emit(LogRecord $logRecord) : void { ($this->logger ??= ($this->factory)()) ->emit($logRecord); }