Resque\Commands\Command::log PHP Method

log() public method

Helper function that passes through to logger instance
See also: Logger::log
public log ( ) : boolean
return boolean
    public function log()
    {
        return call_user_func_array(array($this->logger, 'log'), func_get_args());
    }