Adldap\Laravel\Commands\Import::isLogging PHP Method

isLogging() public method

Returns true / false if the current import is being logged.
public isLogging ( ) : boolean
return boolean
    public function isLogging()
    {
        return $this->option('log') == 'true';
    }