Pipe\Manifest::getLogger PHP Метод

getLogger() публичный Метод

public getLogger ( )
    function getLogger()
    {
        if (null === $this->log) {
            $this->setLogger(new Logger("pipe/manifest: "));
        }
        return $this->log;
    }