logger = $logger; return $this; } public function getLogger(): LoggerInterface { return $this->logger; } }