Home
last modified time | relevance | path

Searched refs:setLogger (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/Search/
H A DIndexerTest.php120 $indexer = (new Indexer())->setLogger(function ($msg) use (&$messages) {
/dokuwiki/inc/
H A DTaskRunner.php210 $indexer = (new Indexer())->setLogger(function ($msg) {
/dokuwiki/inc/Search/
H A DIndexer.php47 public function setLogger(callable $logger): static function in dokuwiki\\Search\\Indexer
H A Dconcept.txt21 * ''setLogger($callback)'' - Register a logging callback for progress output.