Vinelab\Minion\Client::start PHP Method

start() public method

Start the transport.
public start ( $debug = false, boolean $startLoop = true )
$startLoop boolean
    public function start($debug = false, $startLoop = true)
    {
        if (!$debug) {
            Logger::set(new NullLogger());
        }
        parent::start($startLoop);
    }