Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php36 protected $logger; variable in dokuwiki\\Search\\Indexer
44 * @param callable $logger
47 public function setLogger(callable $logger): static argument
49 $this->logger = $logger; variable in dokuwiki\\Search\\Indexer
60 if ($this->logger)($this->logger)($message);
/dokuwiki/_test/core/
H A DDokuWikiTest.php285 $logger = Logger::getInstance($facility);
286 $logger->expect($message);
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). …
138 The resulting object then can be passed as the logger instance. The difference between the two is i…
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interf…
/dokuwiki/
H A Dcomposer.lock713 "psr/log": "Allows you to make the CLI available as PSR-3 logger"