eZ\Publish\Core\MVC\Symfony\Controller\Controller::getLogger PHP Method

getLogger() public method

public getLogger ( ) : Psr\Log\LoggerInterface | null
return Psr\Log\LoggerInterface | null
    public function getLogger()
    {
        return $this->container->get('logger', ContainerInterface::NULL_ON_INVALID_REFERENCE);
    }