logger = $logger; return $this; } /** * Get logger object * * @return null|LoggerInterface */ public function getLogger() { return $this->logger; } }