Pantheon\Terminus\Commands\TerminusCommand::log PHP Method

log() protected method

Returns a logger object for use
protected log ( ) : Psr\Log\LoggerInterface
return Psr\Log\LoggerInterface
    protected function log()
    {
        return $this->logger;
    }