luya\console\Importer::addLog PHP Method

addLog() public method

php $this->addLog('new block have been found and added to database');
public addLog ( string $value )
$value string The value to be written for the log output.
    public function addLog($value)
    {
        $this->getImporter()->addLog(get_called_class(), $value);
    }