Pipe\Manifest::getLogger PHP Method

getLogger() public method

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