luya\console\interfaces\ImportControllerInterface::addLog PHP Method

addLog() public method

php $this->addLog(get_called_class(), 'new block have been found and added to database');
public addLog ( string $section, string $value )
$section string
$value string
    public function addLog($section, $value);
ImportControllerInterface